html, body {
    margin: 0;
    height: 100%;
    width: 100%;
}

.pageMask {
    background-color: #000000;
    visibility: hidden;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
}

.showPageMask {
    visibility: visible !important;
    opacity: 0.5 !important;
}

.pnlLoginMain {
    background: url("../images/empty-blackboard1.jpg");
    height: 100%;
    width: 1024px;
    background-size: cover;
    margin: 0 auto;
}

.pnlLoginHdr {
    display: flex;
    height: 20%;
    padding: 20px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pnlLogInner {
    width: 100%;
    height: 100%;
}

.lblLoginHdr {
    color: white;
    cursor: default;
    font-size: 35px;
    text-align: center;
    display: table-cell;
    /*padding-left: 39%;*/
    vertical-align: middle;
    width: 62%;
}

.loginPanel {
    background: none repeat scroll 0 0 #aeaeae;
    margin: auto;
    width: 310px;
    padding: 20px;
    opacity: 0.8;
}

.linkForgotPassword {
    color: #1271BA;
}

.linkForgotPassword:hover {
    color: #1271BA;
    cursor: pointer;
}

.errorField {
    color: #FF0000;
    font-size: 11px;
    margin: 10px 0 0;
    text-align: center;
}

.loginFormCls {
    display: inline-block;
    width: 250px;
    margin: 0;
}
#loginPanel .errorField
{
	 font-size: 13px!important;
}
.infoM {
    color: green !important;
}

.rectxt1 {
    border: medium none;
    height: 30px;
    margin-bottom: 20px;
    padding: 0 5px;
    width: 210px;
}

label {
    font-weight: normal;
    color: black;
}

a {
    color: black;
    text-decoration: none;
}

a:hover, a:focus {
    color: #000000;
    cursor: pointer;
}

.loginBtnPnl {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom:20px!important;
}

#loginBtnPnl > input {
    border: medium none;
    font-weight: bold;
    padding: 5px 25px;
}

.loggedIn > input {
    margin-right: 5px;
    top: 1px;
}

.loginLblCls {
    margin: 15px 0;
    font-size: 20px;
    color: black;
    cursor: default;
}

.loginImage {
    height: 46px;
    left: 9px;
    margin-top: 8px;
    position: absolute;
    width: 46px;
}

.loginImagePanel {
    border: 3px solid black;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    height: 70px;
    width: 70px;
}

.pnlLogCopyRight {
    /*bottom: 0;
    color: white;
    display: inline-block;
    padding: 0 50px;
    position: absolute;
    width: 100%;*/
    text-align: center;
    top: 30px;
}

.pnlLogCopyRight > p {
    display: inline-block;
    width: 80%;
}

.lsAcadImage {
    width: 180px;
    /*float: right;*/
}

.imgMobQR {
    clear: both;
    float: right;
    right: 28%;
}

.lblScan {
    color: white !important;
    display: none;
    float: right;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    text-decoration: underline;
    width: 170px;
}

.pnlQRImg {
    left: 320px;
    position: absolute;
    top: -5px;
}

.pnlQR {
    /*display: none;*/
    -webkit-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;

    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;

    opacity: 0;
    position: absolute;
    /*right: 20px;*/
    text-align: center;
    top: 70px;
    z-index: 10;
}

.imgMobQR:hover + .pnlQR, .pnlQR:hover {
    /*display: block;*/
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.loggedIn {
    display: none;
}

.lblCopyRight {
    margin-top: 15px;
    cursor: default;
}

.lblTrademark {
    cursor: default;
    text-align: justify;
}

#pnlAppInfo img {
    height: 40px;
}

#pnlAppInfo a {
    margin: 5px;
}

#pnlAppInfo {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    top: 50px;
}

#captchaImg {
    padding: 5px;
}

#captchaPnl {
    align-items: center;
    display: flex;
    justify-content: center;
}

#itCaptchaVal {
    width: 100px;
}

#captcha {
    display: flex;
    height: 30px;
}

#captchaRfrsh{
    border-radius: 50% 50% 50% 50%;
    margin-top: 5px;
}

#captchaRfrsh > img {
    border-radius: 50% 50% 50% 50%;
    height: 20px;
    width: 18px;
    cursor: pointer;
}

.mobileOTPLabel, .emailOTPLabel, .emailContainer p {
    color: white;
    font-size: 15px;
}

.customText{
    background-color: #cdd0d0;
    border: 0 none;
    box-sizing: border-box;
    color: grey;
    font-weight: bold;
    height: 40px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    text-transform: capitalize;
    width: 250px;
    text-align: center;
    margin-bottom: 5px;
}

#emailIdTextField{
	text-transform: lowercase !important;
}

.changeValidationTypeLink {
    bottom: -10px;
    color: orangered;
    cursor: pointer;
    font-size: 10px;
    font-style: italic;
    text-align: center;
}

/* LOGIN OTP STYLES START*/

#pnl_otp {
    background-color: #a6a6a6;
    border-radius: 4px;
    display: block;
    left: 50%;
    overflow: hidden;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 310px;
    z-index: 15;
}

.pnl_loginOtpHeading {
    background-color: black;
    color: white;
    font-size: 21px;
    height: 40px;
    padding: 5px;
    text-align: center;
    width: 100%;
}

.pnl_loginOtpComponents {
    display: flex;
    flex-direction: column;
    height: 150px;
    justify-content: center;
    padding: 5px;
}

.lbl_loginOtpMessage {
    color: white;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.pnl_loginOtpActions {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
}

.pnl_loginOtpActions .button {
    background: #d2d5d5 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: black;
    font-size: 14px;
    height: 30px;
    margin: 0 5px;
    width: 90px;
}

.pnl_loginOtpActions .button:hover{
	background: #d2d5d5 none repeat scroll 0 0 !important;
}


.txt_loginOtp {
    color: slategrey;
    font-size: 18px;
    letter-spacing: 15px;
}

.lbl_loginOtpResend {
    color: grey;
    cursor: default;
    font-size: 10px;
    margin: 0 auto;
    text-align: center;
    width: 70px;
}

.lbl_loginOtpError {
    color: orangered;
    font-size: 12px;
    height: auto;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}

/* LOGIN OTP STYLES END*/

/* LOGIN WITH CAMPUS STYLES START */

.loginCombo {
    margin-bottom: 20px;
    width: 212px;
    height: 30px;
}

.loginCombo.comboPicker {
    width: 20px;
}

.loginCombo.comboText {
    align-items: center;
    color: #b0b0b0;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    justify-content: left;
    padding-left: 5px;
}

/* LOGIN WITH CAMPUS STYLES END*/
