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(5, 20, 31, .6);
    border-radius: 8px;
    margin-bottom: 50px;
    box-shadow: -1px 0px 3px 0px rgba(50, 50, 50, 0.3);
    -webkit-box-shadow: -1px 0px 3px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: -1px 0px 3px 0px rgba(50, 50, 50, 0.3);
}

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

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

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

.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, .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.show{
    padding: 15px;
    padding-right: 35px;
    margin-top: 10px;
    margin-bottom: 10px
}

.alt-msg strong{
    font-size: 13px;
    font-weight: 600;
}

.form-signin label{
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
}

#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;*/
}

#mdl_contrasenia .modal-body{
    padding: 25px;
}


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

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

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

.form-signin .form-control::placeholder {
    color: #FFF;
}

.form-signin input.form-control, .form-signin select.form-control, .form-signin textarea.form-control {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    line-height: 1.43;
    min-height: 38px;
    padding: 5px 5px;
    box-shadow: none;
    font-size: 16px;
    color: #FFF;
    border-bottom: 1px solid #EEE;
}

.form-signin .input-group-text{
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #EEE;
}

.form-signin .input-group-text .fa{
    color: #FFF;
    font-size: 22px;
}

.input-group .input-group-prepend{
    width: 30px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

.alert-result-rp{
    color: #FFF;
}

.card-login .alert-warning {
    color: #FFF;
    background-color: transparent;
    border-color: #ffeeba;
}


#lg-contact-info{

}

#lg-contact-info .text-info{
    color: #FFF !important;
    font-size: 12px;
    text-align: center;
}

#lg-contact-info .text-schedule{
    font-size: 12px;
    color: #FFF;
    text-align: center;
}

#lg-contact-info .contact-option{
    color: #FFF;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
}

#lg-contact-info .contact-option p{
    margin-bottom: 0px;
    font-size: 12px;
}

#lg-contact-info .contact-option p strong{
    font-size: 12px;
}

#lg-contact-info .contact-option .fa{
    color: #960013;
    font-size: 18px;
    margin-right: 10px;
}

#lg-contact-info .contact-option a{
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
}