body {
    font-family: Roboto;
}
.colasbmask{
    position: absolute;
    top: 0;
    height: 100%;
    display: block;
    width: 100%;
    background-color: rgb(29 29 29 / 40%);
    z-index: 20;
}
.backgrlog {
    background-color: rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100vh;
    position: relative;
}
.back_morning{
    background-image: url("../images/login/dia.jpg");
}
.back_afternoon{
    background-image: url("../images/login/tarde.jpg");
}
.back_evening{
    background-image: url("../images/login/noche.jpg");
}
.imgtplog {
    margin: 4% auto 5% auto;
    display: block;
    position: relative;
    z-index: 100000;
}
.txtmssg {
    display: block;
    width: 100%;
    margin: -25px 0 25px 0;
    color: white;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 1px 1px #622b08;
}
.txtmssg strong {
    font-size: 44px;
}
.formularios, .formulario {
    width: 90%;
    margin: 2% auto 0 auto;
    max-width: 420px;
    z-index: 10000;
    position: relative;
}
.frmtxt {
    height: 50px;
    width: 100% !important;
    margin: 0 0 25px 0 !important;
    border-radius: 10px!important;
    padding: 0 25px 0 25px;
    border: 3px solid #f7a31a;
    font-size: 17px;
}
.input-group{
    display: block !important;
}
.sub {
    width: 80%;
    margin: 0px auto 30px auto;
    display: block;
    background-color: #ed6e1d;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ed6e1d;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    transition: 0.2s all;
}
label.alert {
    position: absolute;
    left: 0;
    top: 52px;
    padding: 0;
    color: #a94442;
    text-align: center;
    width: 100%;
    margin: 0;
}
.sub:hover{
    border: 1px solid #e0062b;
    background-color: #e0062b;
}
#olvido {
    float: right;
    background-color: transparent;
    border: none;
    height: auto;
    color: white;
    font-weight: 500;
    font-size: 15px;
    transition: 0.2s all;
    text-shadow: 1px 1px #622b08;
    text-decoration: underline;
}
#regresar{
    border: none;
    height: auto;
    color: white;
    font-weight: 500;
    font-size: 15px;
    transition: 0.2s all;
    cursor: pointer;
    text-shadow: 1px 1px #622b08;
}
#olvido:hover{
    color: white;
    text-decoration: underline;
}
.lblrc {
    margin: 0 0 0 10px;
    font-weight: 500;
    color: white;
    text-shadow: 1px 1px #622b08;
}
.inptslg{
    display: inline;
}
#form_recuperar{
    padding-top: 80px;
}
.frmtxt::placeholder {
    text-align: center;
}
@media (max-width: 768px){
    .formularios, .formulario {
        width: 90%;
        margin: 2% auto 0 auto;
        max-width: 360px;
    }
    .txtmssg strong {
        font-size: 36px;
    }
    .txtmssg {
        font-size: 20px;
        margin: 0px 0 25px 0;
    }
    #form_recuperar{
        padding-top: 120px;
    }
}
@media (max-width: 520px){
    .formularios, .formulario {
        width: 90%;
        margin: 2% auto 0 auto;
        max-width: 100%;
    }
    .inptslg {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        margin: 0 0 15px 0;
    }
    .sub {
        margin: 0px auto 20px auto;
        width: 100%;
    }
    #olvido {
        float: initial;
    }
}