/**Fonts**/
@font-face{
    font-family: Montserrat;
    src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
    font-weight: bold;
}
@font-face{
    font-family: Montserrat;
    src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
    font-weight: 600;
}
@font-face{
    font-family: Montserrat;
    src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
    font-weight: 700;
}
.qstTestFirst{
    display:block;
}
.qstTestSecond{
    display:block;
}
html{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}
body{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    font-size:16px;
}
:root{
    --btncolor:#236ABD;
    --btncolor2:#FF8B00;
    --logbgcolor:#F6F5F5;
    --homebgcolor:#FFFFFF;
}
/*WAIT*/
.waitScreen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.41);
    z-index: 99;
    font-size: 200%;
    text-align: center;
    z-index: 200;
    transition: all .5s;
}

.spinChar{
    position: relative;
    top: 45%;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}
/*****/

/**Paginas*/
.logoForm {
    width: 50%;
    height: 25vh;
    max-height: 140px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}
/*.formTit{
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 25px;
    margin-left:auto;
    margin-right:auto;
    width:90%;
    color: #47464F;
    font-size: 70%;
    text-align:center;
}*/
.formTit{
    font-family: 'Montserrat';
    font-weight: 600;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    color: #47464F;
    font-size: 73%;
    text-align: center;
}
.inptCont {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    position: relative;
}
.inptText {
    width: 100%;
    border: 1px solid;
    border-color:#D3D2D2;
    background-color:#FFFFFF;
    border-radius: 5px;
    height: 35px;
    padding: 0;
    position: relative;
    font-size: 80%;
    font-family: 'Montserrat';
    transition: all .5s;
}
.errMsg {
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 75%;
    color: #eb0000;
    padding-top: 2px;
}
input.inptFrm {
    outline: none;
    border: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    position: absolute;
    left: 0;
    border-radius: 5px;
    font-size: 100%;
    text-align: center;    
    background-color:transparent;
    font-family:Montserrat;
}
.inptFrm{      
    font-weight: 700;  
}
.inptFormDis{
    border-color:#F2F2F2;
    background-color:#F2F2F2;
    font-weight:700;
}
.inptFrm::placeholder{
    color: #9B9B9B;
    font-size: 100%;    
    font-weight: 700;
}
.btnFormCont {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
}
.btnCell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.btn {
    width: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    height: 38px;
    line-height: 38px;
    border-radius: 7px;
    color: #FFFFFF;
    border: 1px solid var(--btncolor);;
    background-color: var(--btncolor);
    cursor: pointer;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 80%;
}
.btn2{
    border-color: var(--btncolor2);;
    background-color: var(--btncolor2);
}
.btn:hover{
    color: #FFFFFF;
    background-color: rgba(26, 56, 103, 0.7);
}

/*COLLEGES PAGE re-used confirm*/
.rowCollege {
    padding-top: 7px;
    padding-bottom: 7px;
    display:table;
    font-size:98%;
}
.selOptCell{
    display: table-cell;
    width: auto;
    vertical-align: middle;
}
.dscOptTit{
    color: #47464F;
    font-family: Montserrat;
    font-size: 80%;
    width: 100%;
    padding-left:10px;
    font-weight:bold;
}
.dscOptSubtit{
    color: #47464F;
    font-family: Montserrat;
    font-size: 75%;
    padding-left:10px;
    font-weight:500;
}
/*CONFIRM - ERROR FORM RE USED*/
.noteCont {
    width: 90%;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    margin-bottom: 3px;
}
.noteDsc {
    color: var(--btncolor);
    font-family: Montserrat;
    font-size: 105%;
    font-weight: 700;
}

/***Footer*********/
.footer {
    width: 100%;
    height: calc(8vh - 20px);
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 60%;
    color: #9B9B9B;
    position:relative;
    padding-bottom: 10px;
    padding-top: 10px;
}
.footLogoCnt {
    margin-left: auto;
    margin-right: auto;
    display: table;
    width: 50%;
    max-width:200px;
    height: 100%;
    position:relative;
}
.footLogo{
    height: 100%;
    width:100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    display:table-cell;
}
.footCopy {
    position: absolute;
    right: 20px;
    height: 5vh;
    line-height: 5vh;
    bottom: 0;
}

/*Time*/
.timeCnt{
    position:absolute;
    top:0;
    left:0;
    height:50px;
    width:100px;
}


@media only screen and (max-width:420px){
    body{
        font-size:15px;
    }
    /*Footer*/
    .footer {
        width: 100%;
        height: calc(13vh - 20px);
        text-align: center;
        font-family: 'Montserrat';
        font-weight: 500;
        font-size: 60%;
        color: #9B9B9B;
        position: relative;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .footLogoCnt {
        margin-left: auto;
        margin-right: auto;
        display: table;
        width: 50%;
        max-width: 200px;
        height: 70%;
        position: relative;
    }
    .footCopy {
        line-height: normal;
        height: auto;
        padding-top: 1%;
        padding-bottom: 1%;
        position: relative;
        text-align: center;
        right: auto;
    }
}