#contenido {
	max-width: 1200px;
    margin: 3rem auto;
    min-height: calc(100vh - 122px - 126px - 60px);
}

#header {
    position: relative;
}

#frmInicioSession{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#frmInicioSession p{
    text-align: center;
}

#txtL_usuario, #txtL_password {
    border: none;
    background-color: transparent;
    padding: 7px 150px 7px 0px;
    margin: 10px;
    font-weight: 600;
}

#cmdLogin{
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    background-color: #1c77c1;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
}

.login-links{
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.forgotten-password{
    color: black;
    margin: 10px;
}

.login-bottom-messages{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 300px;
    margin: 0px auto;
}

.bold-blue{
    font-weight: 600;
    color: #1c77c1;
    font-size: 16px;
}

.separating-line{
    background: black;
    width: 80%;
    border-bottom: 0.8px solid black;
    opacity: 10%;
    margin-bottom: 50px;
}

.recaptcha-msg{
    font-size: 10px;
    color: grey;
    max-width: 280px;
}

.greeting-blue{
    font-size: 34px;
    color: #1c77c1;
    font-weight: 800;
    margin-bottom: 20px;
}

.welcome-page{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.separating-line-welcome-page{
    width: 70px;
    background-color: black;
    border-bottom: 1px solid black;
    opacity: 17%;
}

.linkPage{
    margin-top: 25px;
    padding: 10px 25px;
    border: 1px solid #1c77c1;
    text-transform: uppercase;
    font-weight: 600;
}

.textoNormal{
    text-align: center;
    margin-bottom: 50px;
}

.btnImprimirCupon{
    padding: 14px 79px;
    border: 1px solid black;
    background: #1c77c1;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
}

.div-inicio-sesion{
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 22px;
}

.div-inicio-sesion h2{
    font-weight: 900;
}

.div-inicio-sesion h2:first-child{
    color: #1c77c1;
}

.fa{
    font-size: 21px;
    text-align: center;
    padding: 15px;
}

.input-container{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    margin: 10px 0px;
}

.input-container input{
    outline: none;
}
