#loginpage {
    background: url("/img/Background.jpg");
    background-size: cover;
    background-color: #444;
    position: relative;
}

#loginpage:before {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.btn-pri.btn-primary {
    border: none;
    border-radius: 0;
}

form .form-control {
    overflow: hidden;
    border-radius: 0;
}

#page-login .panel {
    border-radius: 0;
}

#page-login .panel .panel-body .form-group {
    position: relative;
}

#page-login .panel .panel-body .form-group .icon {
    position: absolute;
    top: 16px;
    right: 10px;
    color: #999;
}

#page-login .panel .panel-body .form-control {
    height: 46px;
}

#page-login .panel .panel-body .btn-pri.btn-primary {
    padding: 13px 0;
    width: 100%;
    border-top: white 1px solid;
}

.vertical-offset-100 {
    padding-top: 150px;
}


.right {
    float: right;
}

.logo_login {
    padding: 8%;
    margin: 0 auto;
    display: block;
    width: 60%;
}

.forgotPasswordContainer {
    padding: 0 6% 0 6%;
    font-size: 12px;
}
.forgotPasswordText {
    text-align: center;
}

.forgetPasswordBack {
    text-align: right;
}
.forgetPasswordBack span {
    border-bottom: #acabab 1px solid;
    cursor: pointer;
}

.panel-body {
    padding: 0 !important;
}

.panel.panel-default {
    border: 0 !important;

}

.inputfieldContainer {
    padding: 1% 5% 1% 5%;
}

.inputfieldContainer input,
.inputfieldContainer textarea {
    background: #dfdfdf;
}

.signInContainer span,
.forgotPassword span {
    border-bottom: #9a9a9a 1px solid;
    cursor: pointer;
    color: #504242;
}

.signInSignUpBlock .forgetPassword {
    float: right;
}

.signInSignUpBlock .alert-danger {
    clear: both;
}

.verifyOtp {
    display: none;
}

.forgotPassword {
    text-align: right;
    font-size: 12px;
    color: #9a9a9a;
}

.captchacontainer {
    position: relative;
}

.captchacontainer .mainCaptcha {
    font-size: 24px;
}


.recreatecaptcha {
    display: inline-block;
    /* padding: 8px; */
    /* width: 32px; */
    position: absolute;
    cursor: pointer;
    color: var(--primary-button-color);
    font-size: 22px;
    right: 5px;
    top: 6px;
}

.captchaAudio {
    display: inline-block;
    /* padding: 8px; */
    /* width: 32px; */
    position: absolute;
    cursor: pointer;
    color: var(--primary-button-color);
    font-size: 22px;
    right: 36px;
    top: 6px;
}

.forgotpasswordBlock {
    display: none;
}

.SSOsignInBlock {
    display: none;
}

.loading_screen {
    position: fixed;
    z-index: 999;
    background: #FFFFFF90;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.alert {
    z-index: 9999;
}


.loginBtnSeperator {
    display: flex;
    flex-direction: row;
    clear: both;
    justify-content: center;
    align-items: center;
    padding: 8px 8px;
    padding: 8px 8px 18px 8px;
}

.loginBtnSeperator span.line {
    height: 1px;
    background: black;
    flex: 1;
}

.loginBtnSeperator span.or {
    padding: 0px 7px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.forgotpasswordBlock .forgetPasswordBack {
    margin-left : 54px;
}

.clearfix-10 {
    clear: both;
    height: 10px;
}

.clearfix-20 {
    clear: both;
    height: 20px;
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}


.passinst {
    position: relative;
}

.passinst span.indicator {
    background: transparent;
    width: 12px;
    /* position: absolute; */
    /* left: 0px; */
    height: 12px;
    display: inline-block;
    /* margin-top: 0px; */
    /* padding-top: 10px; */
    margin-right: 2px;
    border: 1px solid grey;
    border-radius: 10px;
}

.strengthindicator {
    height: 3px;
    transition: 2s;
}


.checkmark{
    display: inline-block;
      transform: rotate(45deg);
      height: 82px;
      width: 33px;
      margin-left: 44%;
      border-bottom: 8px solid #3C68B0;
      border-right: 8px solid #3C68B0;
      text-align: center;
  }
  .passwordresetMessage p{
    font-size: 24px;
    padding: 10px;
    text-align: center;
  }
  .passwordresetMessage .portalAccessMsg,.passwordresetMessage .appAccessMsg{
    font-size: 18px;
  }

  .portalUrl a,.downloadUrl a{
   color: var(--link-color); 
  }