/*files:/home/digiself/release-new/digiself-core/application/modules/default/public/css/auth/auth.css*/
/*auth.css*/
html, body, #container {
    height:100%;
}

#login {
    box-sizing:border-box;
    background:url(https://mspa-ap.org/digiself/images/digiself-logo.png) no-repeat center 40px rgba(225,245,254,0.8);
    width:500px;
    height:auto;
    padding:40px 60px;
    position:absolute;
    left:10%;
    top:110px;
    font-size:13px;
    color:#666;
    text-align:center;
}

#login .buttonWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#login .g-recaptcha {
    margin-bottom:10px;
}

#login a {
    color:#989898;
}

#login input[type=text],
#login input[type=password] {
    width:380px;
    padding:18px;
    margin-bottom:10px !important;
    border-radius:0;
    border:0;
}

#login h2 {
    display:none;
}

#login #resetForm h2,
#login #passwordForm h2 {
    display:block;
    margin:0 0 20px 0;
    text-transform:uppercase;
}

#login fieldset {
    border:none;
}

#resetForm,
#passwordForm,
#loginForm {
    text-align:left;
    padding:80px 0 0 0;
}

#passwordForm,
#loginForm ol li {
    margin:5px 0;
    clear:left;
    width:400px;
}

#login label {
    padding-top:3px;
    padding-right:50px;
    text-align:left;
}

#copyright {
    text-align:left;
    margin-left:140px;
    margin-top:-10px;
}

#login.front {
    margin:0;
    left:0;
    top:0;
}

#login button.button {
    height:auto;
    background:#0eA9F4;
    border:0;
    border-radius:0;
    color:#FFF;
    padding:0 20px;
    font-size:11px;
    line-height:40px;
    text-transform:uppercase;
}

#login button.button:disabled {
    background:#ccc;
    cursor:not-allowed;
}

button.button .buttonWrapper {
    color:#FFF;
}

#passwordForm label.error {
    display:none !important;
}   

#passwordForm .pass-wrapper {
    margin-top:-10px;
}

.toggle-visibility {
    font-size:18px !important;
    top:16px;
}

#passwordForm fieldset div {
    max-width:380px;
}

#login .ds_form dl.zend_form {
    box-shadow:none;
}

#login .pass-text { 
    font-weight:bold;
    font-size:15px;
    padding:10px 5px;
    background:rgba(225,245,254,0.8);
    color:red;
}

#login .pass-wrapper {
    margin-bottom:0;
}

#login .forgotPasswordWrapper {
    width: 100%;
    text-align: center;
}

#login .forgotPasswordWrapper a {
    color: #666;
}