body{
    background-image: url("/app/images/auth/bg_login.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-login .card-body{
    background: rgba(0, 0, 0, .6);
    background: rgba(255,255,255,.2);
    border-radius: 5px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 0px 0px rgba(255,255,255, 0.7);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255, 0.7);
    -moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255, 0.7);
}

.logo-login{
    max-width: 300px;
}

.card-login .card-title{
    color: #fff;
    font-weight: 500;
    text-align: left;
    font-size: 36px;
}

.card-login .card-body{
    padding: 50px 55px;
}

.content-cambio-pass label{
    font-weight: bold;
}

.bg-info{
    padding: 10px;
}

.tpl-pass label{
    font-size: 12px;
}

.tpl-pass p{
    font-size: 12px;
}

#recup_pass span{
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
}

#recup_pass:hover{
    text-decoration: underline;
}

.alt-msg{
    padding: 0px;
    padding-right: 35px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.alt-msg.in{
    padding: 15px;
    padding-right: 35px;
    margin-top: 10px;
    margin-bottom: 10px
}

.form-signin label{
    color: #fff;
}

#content {
    min-height: 100vh;
    /*padding-bottom:240px;*/ /* this needs to be bigger than footer height*/
}

#mainLogin{
    min-height: 100vh;
}

footer {
    position: relative;
    margin-top: -240px; /* negative value of footer height */
    clear:both;
}

.box-cambio-pass{
    padding: 1em 3em 5em 3em;
}


.form-signin .form-control{
    height: 38px;
}

.form-signin .btn-custom-sm{
    padding: 12px 60px;
    text-align: center;
}

@media (max-width: 768px) {
    .card-login .card-body{
        padding: 50px 15px;
    }
}