#auth-form .message {
    display: none;
}
.form-control.password {
    padding-right: 48px;
}
.password-control {
    position: absolute;
    top: 25px;
    right: 16px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('images/view.svg') 0 0 no-repeat;
}
.password-control.view {
    background: url('images/no-view.svg') 0 0 no-repeat;
}

#popup-sign-in .row.message {
    justify-content: center;
}

#popup-sign-in .row.message .error,
#popup-login-aqmt p.error {
    color: #D2504B;
}

.aqmt_login {
    font-weight: bold;
}
