.loginPage {
    width: 100%;
    height: 100%;
    background-color: #19315c;
    display: table;
}
.formCont {
    position: relative;
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}


/**Formularios*/
.formTbl {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: all .8s;
    display: none;
}
/*1*/
.loginForm {
    width: 80%;
    max-width: 350px;
    padding-top: 30px;
    padding-bottom: 35px;
    margin-bottom: 50px;
}
/*2*/
.recpwForm{
    width: 80%;
    max-width: 350px;
    padding-top: 30px;
    padding-bottom: 35px;
    margin-bottom: 50px;
}
/*3-4*/
.sendpwForm,.cnfrmpwForm{
    width: 80%;
    max-width: 350px;
    padding-top: 30px;
    padding-bottom: 35px;
    margin-bottom: 50px;
}
.logoForm {
    width: 50%;
    height: 140px;
    background-image: url(../img/headlogo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}
.formTit{
    font-family: Roboto;
    font-weight: bold;
    margin-bottom: 30px;
    color: #1A3867;
    font-size: 130%;
    text-align:center;
}
.inptCont {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative;
}
.inptLbl {
    color: #1A3867;
    font-size: 65%;
    font-family: Roboto;
    font-weight: bold;
    margin-bottom: 10px;
}
.inptText {
    width: 100%;
    border: 1px solid #9B9B9B;
    border-radius: 2px;
    height: 27px;
    line-height: 25px;
    padding: 0;
    position: relative;
    font-size: 70%;
    font-family: Roboto;
    font-weight: 300;
    transition: all .5s;
}
.inptError {
    color: #FF5858;
    width: 100%;
    font-size: 48%;
    margin-top: 7px;
    text-indent: 2px;
    font-family: 'Open Sans', sans-serif;
}
input.inptFrm {
    outline: none;
    border: 0;
    width: 98%;
    height: 96%;
    padding: 0;
    top: 2%;
    position: absolute;
    left: 1%;
    text-indent: 10px;
    font-size: 100%;
}
.inptFrm::placeholder{
    color: #9B9B9B;
    font-size: 100%;
}
.btnFormCont {
    width: 80%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 55px;
    display: table;
}
.btnCell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.btn {
    text-transform: uppercase;
    width: 150px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    height: 33px;
    line-height: 33px;
    border-radius: 7px;
    color: #FFFFFF;
    background-color: #19315c;
    cursor: pointer;
    font-family: Roboto;
    font-weight: bold;
    font-size: 70%;
}
.btn:hover{
    color: #FFFFFF;
    background-color: rgba(26, 56, 103, 0.7);
}

.frgtPwdCont {
    position: absolute;
    right: 0;
    width: auto;
    bottom: -23px;
}
.frgtPwdLbl {
    color: #4A90E2;
    font-size: 65%;
    font-family: Roboto;
    font-weight: 300;
    cursor: pointer;
}
.titCont {
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
    margin-top: -5px;
}
.titTxt {
    text-transform: uppercase;
    color: #046D2F;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 67%;
}
.noteCont {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
    margin-top: -5px;
}
.dscMsgCont {
    margin-top: 40px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    font-size: 110%;
    text-align: center;
}
.noteDsc {
    color: #222222;
    font-family: Roboto;
    font-size: 65%;
    font-weight: 300;
}

.eyeIc {
    position: absolute;
    right: 5px;
    top: 2%;
    height: auto;
    color: #19315c;
    cursor: pointer;
}











/***Footer*********/

.footer {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 2%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 45%;
    color: #9B9B9B;
    left: 0;
}