html, body {height:100%; position: relative;}

.verification {
    background-image: url(../img/bg-verificado.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.verification-1 {
    background-image: url(../img/bg-registro.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.error {
    background-image: url(../img/bg-error.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.pass-input
{
    padding: 3%;
    border-radius: 40px;
    border-color: white;
    border-style: none;
    margin-top: 2rem !important;
    width: 70%;
    height: 50px;
}

h1.error-txt {font-size: 83px !important; line-height: 92px !important;}

#navbar_top {position: absolute; left: 0; top: 0}

header {
    height: auto;
    position: relative;
}

.btn-confirmar {    color: #FFFFFF;
    transition: transform .2s;
    width: 32%;
    background-color: #00E0D7;
    border-radius: 30px;
    text-align: center;
    padding: 7px;
    font-size: 17px;}

.btn-confirmar:hover {background-color: #2F2F2F; color: #FFFFFF; text-decoration: none}

.btn-confirmar a:hover {color: #FFFFFF; text-decoration: none} 

.btn-ingresa {
    background-color: #00E0D7;
    border-radius: 40px;
    color: #2F2F2F;
    font-size: 16px;
    font-weight: 400;
    padding: 2% 5% 2% 0%;
    width: 26%;
    height: 50px;
    margin-top: 0rem!important;
}

h1 {
    font-size: 53px !important;
    line-height: 63px !important;
}

.btn-ingresa:hover {
    color: #FFFFFF;
    background-color: #1d1d1d;
}

span.ico-btn {
    position: absolute;
    right: 7px;
    background-color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: 5px;
    color: #2F2F2F;
    line-height: 39px;
}


@media (max-width: 600px) {
    #navbar_top 
    { background-color: transparent !important; }

h1.error-txt {
    font-size: 46px !important;
    line-height: 55px !important;
}

h1 {
    font-size: 30px !important;
    line-height: 39px !important;
}
.btn-ingresa {padding: 3% 8% 3% 0%; width: 40%; font-size: 17px; margin-top: 20px !important; margin-left: 30% !important;}

.pass-input
{
    margin-right: 5%;
    margin-left: 5%;
    width: 90%;
}
p {
    font-size: 17px !important;
}

.br-hide {display: none}
.btn-confirmar {width: 62%;}
}
