.hide{
    display: none;
}
button[type="submit"].btn-blue.disabled{
    background: #9897de !important;
    box-shadow: none !important;
}
button[type="submit"].btn-theme.disabled{
    background: #ff8d7d !important;
    box-shadow: none !important;
}
button[type="submit"].disabled:hover{
    box-shadow: none !important;
    cursor: default !important;
}
.login-5 .form-section p {
    color: #000 !important;
}
#ChangePasswordForm .msg-error, #forgotPasswordForgotPasswordForm .msg-error{
    padding: 2px 0;
}
.msg-error{
    display: block;
    width: 100%;
    padding: 55px 22px 2px 22px;
    font-size: 15px;
    color: #ff2a2a;
}
#error, #error2{
    color: #ef5959;
    background-color: #ffebeb;
    border-radius: 5px;
    border: 1px solid #f19090;
    padding: 5px 21px;
    text-align: center;
    margin-bottom: 17px;
    font-size: 14px;
}
#success{
    color: #3bab58;
    background-color: #e9ffe1;
    border-radius: 5px;
    border: 1px solid #8cc78e;
    padding: 5px 21px;
    text-align: center;
    margin-bottom: 17px;
    font-size: 14px;
}

/* MODAL */
.modal .close {
    opacity: 0.5 !important;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title{
    display: inline-block;
    margin: 0;
    line-height: 1.42857143;
}
.modal-title h1{
    font-weight: normal;
}
button.close{
    -webkit-appearance: none;
    padding: 0 !important;
    cursor: pointer;
    background: 0 0;
    border: 0;
    position: absolute;
    right: 20px;
    margin: 0 !important;
}
.close{
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
.modal-body #ChangePasswordForm fieldset,
.modal-body #forgotPasswordForgotPasswordForm fieldset{
    padding: 0 10px;
}
.modal-body #ChangePasswordForm fieldset p,
.modal-body #forgotPasswordForgotPasswordForm fieldset p{
    text-align: justify;
    font-size: 15px;
}
.modal-body #ChangePasswordForm fieldset .form-group,
.modal-body #forgotPasswordForgotPasswordForm fieldset .form-group{
    position: relative;
}
.modal-body #ChangePasswordForm fieldset .form-group > span.input-icon > i,
.modal-body #forgotPasswordForgotPasswordForm fieldset .form-group > span.input-icon > i{
    position: absolute;
    top: 11px;
    right: 15px;
}
.modal-body #ChangePasswordForm fieldset > div:nth-child(4) > span,
.modal-body #forgotPasswordForgotPasswordForm fieldset > div:nth-child(4) > span{
    float: left;
    margin-top: 9px;
    font-size: 13px;
}
button#cambiarClave,
button#recuperarClave{
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
    background: #6362d4;
    border: none;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    font-size: 15px;
    /*font-weight: 400;*/
    font-family: 'Open Sans', sans-serif;
    border-radius: 50px;
}