body{
    background-image:url("../imagenes/imagen-login/expo.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} 

.logos-index img{    
    margin-bottom: 1.4rem;
    width: 100%;
}

.logos-index img:nth-child(2){
    width: 130px;
}

.logos-index img:nth-child(4){
    width: 110px;
}

.container{
    display: flex;
    justify-content: center;
}

.form{
    width: 100%;
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 15px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

.login-content h2{
    font-size: 24px;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.input-div > div > h5{
    font-weight: 300;
    font-size: 16px;
}

.text-center{
    margin-top: 30px;
    margin-bottom: 30px;
}

.login-content .input-div.one{

}

.btn{
    border-radius: 10px;
    background-image: linear-gradient(60deg, #F05225 0%, #d43c1a 100%); 
    text-transform: capitalize;   
}

.btn:hover{
    background-image: linear-gradient(60deg, #F05225 0%, #d43c1a 100%);;  
    color: #fff;
}

a{
    font-weight: 600;
}

a:hover{
    color: rgb(37, 118, 116);
    text-decoration: none;
}

@media (max-width: 768px) {
    body{
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)),url("../imagenes/imagen-login/expo-min.webp");
        
    }
    .container{
        /* width: 90%;
        display: block; */
        padding: 0;
    }

    .login-content h2{
        margin-bottom: 8px;
    }
}
