body {
    font: 13px 'Ubuntu', sans-serif;
    overflow: no-display;
}

.has-error {
    border-color: red;
}

.login-back {
    background-image: url("../images/icon-back@2x.png");
    background-position: 20% 80%; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}

.login-head {
    background-color: #fff;
    height: 40px;
    padding-left: 200px;
    padding-top: 13px;
    font-weight: bold;
    width: 100%;
}

.login-footer {
    padding-top: 18px;
    height: 50px;
    background-color: #fff;
}

.recover-pass {
    float: right;
    color: #8307fe;
    font-weight: bold;
    cursor: pointer;
}

.login {
    min-height: 380px;
}

.title {
    font-weight: bold;
    font-size: 18px;
}

.info {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    background-position-x: bottom;
}

.btn-default {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-color: #22bf77;
    height: 40px;
}
    .btn-default:hover {
        color: #fff;
    }

.recover-password {
    display: none;
    padding: 50px 30px;
    min-height: 380px;
}

.form-login {
    padding: 50px;
}

.degradado {
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 58%, rgba(0,0,0,0.44) 82%, rgba(0,0,0,0.77) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(58%, rgba(0,0,0,0)), color-stop(82%, rgba(0,0,0,0.44)), color-stop(100%, rgba(0,0,0,0.77)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 58%, rgba(0,0,0,0.44) 82%, rgba(0,0,0,0.77) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 58%, rgba(0,0,0,0.44) 82%, rgba(0,0,0,0.77) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 58%, rgba(0,0,0,0.44) 82%, rgba(0,0,0,0.77) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 58%, rgba(0,0,0,0.44) 82%, rgba(0,0,0,0.77) 100%);
    height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
    left: 0px;
    position: fixed;
}

.recoverymsg {
    display: none;
}
.head {
    background-color: #fff;
    height: 60px;
    padding-top: 10px;
    font-weight: bold;
    
}
@media (max-width: 767px) {
    .login-back {
        background-image: url("/assets/global/images/Fondo-mobile.png");
    }

    .login-head {
        padding-left: 0;
        text-align: center;
    }

    .login-footer {
        font-size: 11px;
    }
    
    .form-login {
        padding: 50px 40px;
    }
}

.slogan{
    font-size: 22px; 
    font-weight: bold; 
    padding: 430px 0 0 200px; color: #FFF;
}
.password-resetdone-title{
    font-size: 22px;
    font-weight: bold;
    padding: 120px 40px 0px 40px;
}

a, a:link, a:hover, .a-integrity {
    text-decoration:none;
    color: #8307FE;
}

.pass-reset-complete{
    font-size: 20px;
    font-weight: bold;
    padding: 100px 40px 0px 40px;
    text-align: center;
}

.btn-pass-reset-complete{
    font-weight: bold;
    padding: 50px 40px 0px 40px;
    text-align: center;
}
