html {height:100%;}


body {
    font-family: verdana, arial, helvetica, sans-serif !important;
    font-size: 12px !important;
    margin: 0px;
    padding: 0px;

}

.ui-widget {
    font-family: verdana, arial, helvetica, sans-serif !important;
    font-size: 12px !important;
}

.base-login {
    background: url(../images/Login_Image_02.png) no-repeat center center;
    background-size: 100%;
    display: block;
    height: 100%;
}

.base-login .header-row {
    height: 100px;
    background: #000 no-repeat 40px 30px;
    background-image: url(../portal/images/Organization_logo.png);
}

.base-login .row {
    margin: 0;
}

.base-login .header-text {
    position: relative;
    left: 225px;
    font-family: Arial;
    font-size: 19px;
    font-weight: 700;
    color: #cfcfcf;
    display: inline-block;
    height: 100px;
    padding-top: 36px;
}

.base-login .portal-input {
    padding: 0;
}

.base-login .portal-label {
    padding-top: 0;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    height: 18px;
    line-height: 18px;
    text-align: left;
    margin-left: 12px;
}

.base-login .form-control {
    width: 300px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 12px;
    font-family: Arial;
    color: #333;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    padding: 0px 0px 0px 5px;
}

.base-login .form-control.readonly {
    background: #ccc;
}

.base-login .container-fluid {
    background: rgba(204,204,204,0.85);
    padding-top: 34px;
    padding-bottom: 34px;
}

.base-login .portal-group {
    margin-bottom: 10px;
}

.base-login .btn {
    margin-top: 10px;
    color: #fff;
    font-family: Arial;
    font-size: 10px;
    font-weight: 700;
    background: #39f;
    border: 1px solid #39f;
    border-radius: 0;
    width: 90px;
    height: 18px;
    line-height: 18px;
    padding-top: 0;
    position: relative;
}

.base-login .form-group a {
    font-size: 12px;
    color: #254ea2;
    text-decoration: none;
}

.base-login .btn-login {
    right:18px;
    position: absolute;
    color: #fff !important;
}

.base-login .btn-change {
    right:18px;
    position: absolute;
    color: #fff !important;
}


.base-login .btn-resetpass {
    position: absolute;
    right: 130px;
    width: 120px;
    
}


.base-login .alert {
    border-radius: 0;
    height: 20px;
    font-family: Arial;
    line-height: 20px;
    padding: 0;
    font-size: 12px;
    color: #fff;
    padding-left: 30px;
    margin-bottom: 0px;
	font-weight: bold;
}

.base-login .alert-success {
    background: #63ac45;
	border: 0;
}

.base-login .alert-fail {
    background: #ed1c24;
	border: 0;
}

.base-login .alert-danger {
    background: #ed1c24;
	border: 0;
}

.base-login input:-webkit-autofill {
	background : #fff !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.base-login .col-md-2 {
    padding:0;
    margin:0;
    width: 70px;
}

.base-login .col-md-3 {
	width: 100px;
}

.base-login .col-md-4 {
	width: 300px;
}

.base-login .col-md-5 {
	width: 350px;
}

.base-login .col-md-6 {
    width: 100%;
}

.base-login .col-md-7 {
    width: 565px;
}

.base-login .error-text {
    font-family: Arial;
    color: #fff;
}

.base-login.no-background {
	background: #fff;
}
.base-login .body-error .error-text {
	color: #333;
	position: relative;
	top: 20px;
	padding-left: 20px;
}

.base-login .product-version {
    width: 100%;
    background: rgba(204,204,204,0.85);
    padding-top: 15px;
    padding-bottom: 34px;
    padding-left: 40px;
    padding-right: 15px;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    height: 10px;
    line-height: 18px;
    text-align: left;
}

/* disclaimer classes */
.disclaimerContainer {
    padding-bottom: 100px !important;
}

#disclaimerHeading {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bolder;
    font-size: 12px;
    text-transform: uppercase;
}

#disclaimerContent {
    padding-top: 5px;
    text-align: left;
    font-size: 12px;
    display: block;
}
/* end disclaimer classes */

/** Begin force password change styling **/

#forcePasswordForm .col-md-3 {
    width: 225px;
}

#forcePasswordForm .LoginFormHeader {
    margin-bottom: 20px;
    font-weight: 700;
    padding-left: 10px;
    font-family: Arial;
    font-size: 19px;
}

#forcePasswordForm .btn-login-1 {
    color: #fff !important;
    width:  125px;
}

#forcePasswordForm .btn-login-2 {
    margin-left: 10px;
    color: #fff !important;
    width:  90px;

}

#forcePasswordForm .col-md-5 {
    text-align: right;
    margin-left: 12px;
    width: 525px;
    padding: 0px;
}

.base-login .password-policy ul{
    color: black;
    list-style: none;
    text-align: left;
    margin-left: 185px;
}


