.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff !important;    
}
.has-error .form-control, .has-error .input-group-addon, .has-error .form-control:focus {
    border-color: #e74c3c !important;
}
.has-error .input-group-addon {
    color: #e74c3c !important;
}
.form-group.has-error .help-block {
    color: #dd4b39;
}
.form-group.has-error label {
    color: #dd4b39;
}
.auth .brand-logo img {
    width: 120px;
}
.font-weight-light {
    font-weight: 300 !important;
}
.auth .brand-logo{
    text-align: center;
    margin-bottom: 1rem;
}
h6, .h6 {
    font-size: .937rem;
}
.ams-title{
    text-align: center;
    margin-bottom: 2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.auth form .auth-link{
    font-size: 16px;
    text-decoration: none;
}
.btn-primary {
    color: #fff;
    background-color: #4d83ff;
    border-color: #4d83ff;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 4px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #FFF;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 4px !important;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.my-2 {
    margin-top: 1rem !important;
    margin-bottom: 0.5rem !important;
}
.mt-3 {
    margin-top: 0rem !important;
}
.pass-strength-input
{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}