.login{
    background-color: #1d648eba;
 }
.contenido_login{
    background-color: white;
    border: 2px solid #0000001c;
    box-shadow: 2px 3px 18px 0px;
    border-radius: 15px;
    position: relative;
    top: 80px;
    padding: 40px;
    max-width: 50%;
}
.caja{
    border: none;
    background-color: transparent;
    border-bottom: 1px solid black;
    width: 100%;
    
}
input:focus{
    outline: none;
}
.titulos{
    text-align: center;
    margin-bottom: 30px;
}
.logo{
    display: flex;
    justify-content: center;
}
.estilos_logo{
    width: 30%;
    margin-bottom: 20px;
}
.titulo_login{
    color: #000000c4;
}
.texto_login{
    font-size: 20px;
    color: #000000c4;
}
.boton_login{
    width: 100%;
   
}

.btn-primary{
    background-color: #1d648eba;
}
a{
    text-decoration: none !important;
}


  
  
  
 
/*Modo responsivo*/
@media(max-width:800px){
    .estilos_logo{
        width: 80%;
        margin-bottom: 30px;
       
    }
    .contenido_login{
        max-width: 100%;
    }
}