
*{
    margin: 0;
}
:root {
    --color:#173e6b;
    --color2:red
  }
html{
    height: 100%;
    overflow: hidden
}
body{
    background-color: white;
    background-image: url("../img/FondoLogin.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.contenedorLogin{
    overflow: hidden;
    height: max-content;
    width: 100%;
    min-width: 100%;
    height: 100vh;
}

.RodarLogin{
    padding-right: 8% !important;
}
/*formulario*/

.redondeado{
    border-radius: 10% !important;
}
.Inicio{
    color: gray;
    font-weight: bolder;
}
.titulo{
    text-align: center;
    color:var(--color);
    margin-bottom: 5%;
    word-wrap: break-word;
    font-weight: bold;
}
.input{
    border: none !important;
    width: 100%;
    height: 40px;
    border-radius: none !important;
    border-bottom: 1px solid rgb(255, 0, 0,0.7) !important;
    background-color:transparent ;
     
}
.input:focus{
    border: 1px solid rgb(255, 0, 0,0.7) !important;
}
.LabelInputs{
    font-size: medium !important;
    color: gray !important;
    
}
.input:hover{
    box-shadow: 0px 0px 5px white;
    border: none;
}
.error{
    color: red;
    font-weight: bold;
}
.mostrarcontraseña{
    color: white;
}
.olvidoContraseña{
    text-decoration: none;
    color: gray;
}
.boton{
    width: 100%;
    border-radius: 0.375rem;
    margin-top: 5%;
    margin-bottom: 10%;
    background-color:  var(--color2);
    color: white;
    border: 0;
    font-size: larger;
    padding: 2%;
    font-weight: bold;
    opacity: 1;
}
.boton:active{
    background-color: white;
    color: #8f7400;
    border: 2px solid #8f7400;
}

.mostrarpassword{
    color: gray;
}

@media (max-width:1000px){
    .textoLiceo{
        font-size: small;
    }
}


@media (max-width: 770px) {
    .main{
        padding-top: 0%;
    }
    
    .contenedorRow{
        margin-top: 1%;
    }
    .boton{
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .boton_regresar{
        font-size: xx-small;
        width: 70%;
    }
    .columnainvisible{
        display: block;
    }
    .columnavisible{
        display: none;
    }
    .BienvenidosNavidad {
        text-align: center; /* Alinea el texto a la derecha */
        padding-right:0; /* Agrega un padding a la derecha */
        margin-right:0; /* Agrega un margen a la derecha (ajusta el valor según sea necesario) */
    }
}

@media (max-width:460px){
    .tituloRecuperarContraseña,.LabelInputsRecuperarContraseña{
        font-size: small;
    }
}




@media (max-width:370px){
    .textoLiceo{
        font-size: x-small;
    }
}
@media (max-width:320px){
    .textoLiceo{
        font-size: xx-small;
    }
}
@media (max-width:355px){
    .boton_regresar{
        font-size: xx-small;
        width: 60%;
    }
    .titulo{
        font-size: small;
    }
}
@media (max-width:300px){
    .estaregistrado{
        display: none;
    }
}
@media (max-width:230px){
    .titulo{
       font-size: small;
    }
    .LabelInputs{
        font-size: x-small;
    }
}