body{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("../imagenes/imagen-login/fondo-login.jpg");
    background-repeat: no-repeat;
    background-size: cover;
} 
.logos-index{
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    text-align: center;    
}

.logos-index img{
    width: 120px;
}

.logos-index img:nth-child(2){
    width: 130px;
}

.logos-index img:nth-child(4){
    width: 110px;
}

.container{
    display: flex;
    justify-content: center;
}

.form{
    background-color: #fff;
    width: 375px;
    padding: 30px 30px;
    border-radius: 15px;
}

.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(90deg, #29c074, #1f84be); 
    text-transform: capitalize;   
}

.btn:hover{
    background-image: linear-gradient(90deg, #31e28a, #1f8ac9);  
    color: #fff;
}

a{
    font-weight: 600;
}

a:hover{
    color: #07914c;
    text-decoration: none;
}

@media (max-width: 1300px) {
    .form{
        width: 360px;
    }
}