body{
    
}

.card-login .card-body{
    background: rgba(255, 255, 255, 0.69);
    border-radius: 2px;
    margin-bottom: 50px;
}

.card-login .card-title{
    color: #2D2C2B;
    font-weight: bold;
    text-align: center;
    font-size: 36px;
    padding: 10px 15px;
}

.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:white;
    cursor: pointer;
}

#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: white;
}

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

#mainLogin{
    min-height: 100vh;
}

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

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


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

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

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

.card-login{
    background: linear-gradient(45deg, #5b5b5b8f, #5b5b5b8f);
    padding: 30px;
}

.card-login input{
        border: unset;
        border-radius: 0px;
        box-shadow: none;
        font-size: 12px;
        color: black;
        background: #46464626;
        border: 1px solid gray;
        border-radius: 2px;
}

#ddSelectLang{
    list-style:none;
}
#navbarDropdownLang{
    padding-left: 0;
    color: #181818;
}

#ddSelectLang .nav-link {
    display: unset; 
}

.card-login {
    background: white !important;
    padding: 30px;
    color:black !important;
}

#box-form-login{
    margin-bottom: 100px !important;
}