:root {
    --color-secundario: #EB8F5A;
    --oscuro: #323F4F;
    --verde: #77D1AB;
    --amarillo: #EBBD4A;
    --naranja: #EB8F5A;
    --rojo: #F0676D;
    --gris-claro: #F4F4F4;
    --gris-medio: #d7d7d7;
}

html{
    background-color: #F2F2F2;
}

body{
    width: 100%;
    text-align: center;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.botones{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
#identificacion{
    width: 50%;
    margin: 0 25% 5% 25%;
    padding: 20px 10px;
    background-color: white;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0.5px rgba(0,0,0,0.3);
    opacity: 0.90;

    background-size: 100% 6px;
    background-repeat: no-repeat;
    background-position: bottom;
    box-sizing: border-box;
}

#imagenidentificacion{
    width: 50%;
    margin: 1% 25% 1% 25%;
    text-align: center;
}

#imagenidentificacion img{
    width: 10%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.identificacion{
    display: flex;
    width: 90%;
    height: 50px;
    transform: translateX(15%);
    transform: translateY(20px);
    flex-shrink: 0;
    color: #EB8F5A;
    text-align: center;
    font-family: 'Roboto', serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
    justify-content: center;
}

.text-secundario {
    color: var(--color-secundario);
    font-family: Roboto, serif;
    font-weight: 400;
    margin-left: 10px;
    font-size: 45px;
}

#identificacion h6{
    margin: 10px 0 20px 0;
    display: inline-block;
    padding: 0;
    width: 100%;
    text-align: center;
    color: #576876;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 100;
}

#identificacion .imgflup{
    width: 20%;
    margin: 0 40% 10px 40%;
}

#identificacion .imgllave{
    width: 10%;
    margin: 0 45%;
}

.labelgris{
    font-family: 'Roboto', serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    color: #0a0a0a;
}

.containerinput{
    display: inline-block;
    width: 100%;
    padding: 5px 1%;
    text-align: center;
    color: #576876;
    font-size: 14px;
}

.containerinput input{
    width: 50%;
    height: 30px;
    font-size: 20px;
    color: #576876;
    border: solid #8c8c8c 2px;
    font-family: Roboto, serif;
    font-weight: 100;
    margin-top: 20px;
}

.containerinput input:focus {
    color: cornflowerblue;
}

.titulo{
    color: #EB8F5AFF;
    font-family: Roboto, serif;
    font-weight: 400;
    margin-left: 10px;
    font-size: 50px;
}
.boton {
    padding: 10px 50px;
    margin: 15px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    background-color: #77D1AB;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Roboto', serif;
}

.boton-inicio{
    width: 40%;
    padding: 10px 50px;
    margin: 15px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    background-color: #77D1AB;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Roboto', serif;
}
.celdaautenticacion{
    display: inline-block;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.aligncenter{
    text-align: center;
}

.form-control #password {
    color: blue; /* Cambia el color del texto a azul */
}
.celdaautenticacion input{
    background-color: #78D3AD;
    border: none;
    -webkit-box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.3);  
    color: white;
    padding: 10px 20px;
    font-size: 20px;
}

.errores{
    color: #576876;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-family: Roboto, serif;
}

#decoracion{
    height: 2px;
    width: 100%;
}

@media (max-width: 1800px) {
    .identificacion{
        display: flex;
        width: 100%;
        height: 25px;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 35px;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .identificacion{
        display: flex;
        width: 100%;
        height: 25px;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 25px;
        justify-content: center;
    }
}

@media screen and (max-width: 800px){
    #identificacion{
        width: 60%;
        margin: 0 20% 2% 20%;
    }
    .identificacion{
        display: flex;
        width: 100%;
        height: 25px;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 50px;
        justify-content: center;
    }
}

@media screen and (max-width: 600px){
    #identificacion{
        width: 80%;
        margin: 0 10% 1% 10%;
    }
    .identificacion{
        display: flex;
        width: 100%;
        height: 25px;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 50px;
        justify-content: center;
    }
}

@media screen and (max-width: 480px){
    #identificacion{
        width: 90%;
        margin: 0 5% 1% 5%;
    }
    .identificacion{
        display: flex;
        width: 100%;
        height: 25px;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 50px;
        justify-content: center;
    }
}

@media screen and (max-height: 600px) {
    
} 

@media screen and (max-height: 450px) {
    
}