﻿/******************************
  These styles are shared by
    LogIn.aspx, 
    ForgetPassword.aspx, 
    SOCEnd.aspx, 
    LifeIndicator.aspx, 
    PINVerification.aspx,
    ErrorReporter.aspx,
    thank.aspx
*/

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

form {
    margin: 0;
    padding: 0;
}

#login,
#forgetPassword,
#resetPassword,
#socEnd,
#pinVerification,
#errorReporter,
#thanksPage {
    height: 100%;
    font-size: 12.8px;
    font-family: Arial, Helvetica, sans-serif;
}

a.blue-link:link, 
a.blue-link:visited, 
a.blue-link:hover, 
a.blue-link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
    color: #2F71CC;
}

#loginLeftPane {
    position: relative;
    float: left;
    width: 33%;
    height: 100%;
    background-color: #30343f;
    color: white;
    overflow: hidden;
}

#loginRightPane {
    float: right;
    width: 67%;
    height: 100%;
    background-color: #FFFFFF;
}

@media screen and (max-width: 1200px) { 
    #loginLeftPane {
        width: 400px;
    }

    #loginRightPane {
        width: calc(100% - 400px);
    }
}

.title-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 15%;
    padding-right: 40px;
}

.title-block > h2 {
    margin: 0px 0px 6px;
    font-size: 2em;
}

.title-block > h3 {
    margin: 0px 0px 60px;
    font-size: 2em;
    font-weight: 400;
}

.title-version {
    font-size: 1em;
    display: flex;
    align-items: center;
}

.login-form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 15%;
    padding-right: 40px;
}

@media screen and (max-width: 1200px) {
    .login-form {
        padding-left: 10%;
    }
}

.login-form #browser-alert {
    margin-bottom: 30px;
    width: 300px;
    font-size: 1em;
    color: #797d7f
}

#browser-alert-msg {
    margin-bottom: 20px;
}

#browser-alert > hr {
    margin-left: 0;
    text-align: left; /* for IE */
    width: 80px;
    border-color: #f05a22;
}

.login-form #imgLogo,
.login-form #imgLogo2 {
    margin-bottom: 24px;
}

.login-form #imgLogo.svg-transparent,
.login-form #imgLogo2.svg-transparent {
    width: 160px;
    /* height: 46px; */
    margin-left:auto;
    margin-right:auto;
    display:block;
    /*margin-left: 51px;*/
}

.login-form p {
    font-size: 1em;
}

.login-form #CustomMsgPanel,
.login-form #resendMsgPanel,
.login-form .login-error {
    position: relative;
    display: block;
    /*width: 262px;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 20px 20px 20px 40px;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    font-size: 1em;
    box-sizing: border-box;
}

.login-form #CustomMsgPanel {
    border-color: #a3d0ef;
    background-color: #f2f9ff;
    color: #1c4e97;
}

.login-form #resendMsgPanel {
    border-color: #bbe1a3;
    background-color: #f4ffec;
    color: #547a3b;
    width: 262px;
}

.login-form .login-error {
    border-color: #eeaaaa;
    background-color: #ffeeee;
    color: #cc2222;
    width: 262px;
}

.login-form .login-error.sso-error {
    margin-bottom: 0;
    width: 220px;
}

.login-form #SSOErrPanel {
    display: block;
    width: 300px;
}

.login-form #CustomMsgPanel .k-icon,
.login-form #resendMsgPanel .k-icon,
.login-form .login-error .k-icon {
    position: absolute;
    left: 10px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.login-form #CustomMsgPanel .k-icon {
    color: #1c4e97;
}

.login-form #resendMsgPanel .k-icon {
    color: #547a3b;
}

.login-form .login-error .k-icon {
    color: #cc2222;
}

.login-form label {
    display: block;
    margin: 6px 0;
    font-size: 1em;
	font-weight : bold;
	color: #55585b;
}

.login-form .login-textbox {
    /*    box-sizing: content-box;
    width: 240px;*/
    box-sizing: border-box;
    width: 262px;
    height: 30px;
    margin-bottom: 10px;
    padding: 7px 30px 7px 10px;
    border: 1px solid #ceced2;
    border-radius: 8px;
    outline-color: #4795F5;
    font-size: 1em;
}

    .login-form .login-textbox::-ms-clear, input::-ms-reveal {
        display: none;
    }

.login-new-password .login-checkbox {
    display: inline-block;
    font-size: 12px;
    color: #4795F5;
}

.login-new-password .login-checkbox input {
    transform: scale(0.9) !important;
    margin-left: 0px;
}

/*.login-new-password .login-checkbox label {
    color: #06893C;
}*/

.login-form .login-textbox::-ms-clear, input::-ms-reveal {
    display: none;
}

.login-form .credentials-error .login-textbox {
    border-color: #eeaaaa;
}

/* override webkit style on Chrome */
.login-form input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

.login-form .login-dropdown {
    box-sizing: content-box;
    width: 240px;
    margin-bottom: 10px;
    padding: 7px 15px;
    border: 1px solid #ceced2;
    border-radius: 8px;
    font-size: 1em;
}

.login-form .login-checkbox {
    display: block;
}

.login-dropdown + .login-checkbox {
    margin-top: 10px;
}

.login-form .login-checkbox input {
    transform: scale(1.3);
}

.login-form .login-checkbox label {
    display: inline-block;
    position: relative;
    top: -3px;
    left: 10px;
    font-weight: normal;
}

.login-form .button-submit {
    box-sizing: border-box;
    width: 100%;
    margin: 30px 0;
    padding: 7px 15px;
    border: 1px solid #2198e3;
    border-radius: 8px;
    font-size: 1em;
    background-color: #2198e3;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.4s;
}

.login-form .button-submit:hover {
    background-color: #1f83ff;
}

.login-form input[disabled="disabled"].button-submit {
    background-color: #ceced2;
    border-color: #ceced2;
    color: #55585b;
    cursor: none;
}

.login-form .login-link {
    font-size: 13px;
    color: #4795F5;
    text-decoration: none;
}

/*Styles only for pop-up blocker page*/
#sup_main button.button-submit {
    width: auto;
}

/*** 
* Styles only for ForgetPassword.aspx 
*/
.forget-password .reset-password-msg {
    width: 262px;
    margin-bottom: 20px;
}

#loginRightPane .reset-password #passwordExpirationMsg {
    width: 262px;
    height: 70px;
    background-color: #E2F2FC;
    margin-bottom: 20px;
}

.reset-password #ChangePwdMsg {
    width: 222px;
    height: 54px;
    margin: 8px;
    padding-left: 8px;
    font-size: 13px; 
    padding-top: 12px;
    line-height:1.3;
}

.forget-password .button-submit {
    margin-top: 20px;
}

#resultPL {
    margin-bottom: 30px;
}

#resultPL p {
    width: 300px;
}

.login-form.forget-password .login-error {
    margin-top: 20px;
    margin-bottom: 10px;
}

.login-auto-password {
    position: relative;
    margin-top: -5px;
    margin-bottom: 1em;
    width: 260px;
    text-align: right;
}

#clearPassword {
    position: absolute;
    top: -26px;
    right: 5px;
    color: #91C1E0;
}

#autoPassword {
    display: inline-block;
    font-size: 1em;
    color: #2198e3;
}

#strongPasswordRules {
    margin-bottom: 0;
    margin-left: -24px;
}

/*** 
* Styles only for SOCEnd.aspx 
*/
.login-form.logout p {
    width: 300px;
}

/*** 
* Styles only for PINVerification.aspx 
*/
#initialMsgLabel {
    display: block;
    margin: 10px 0 20px;
    width: 260px;
}

.login-form .verify-buttons-div {
    width: 270px;
    margin: 15px 0;
}

.login-form .verify-buttons-div .button-submit {
    margin: 5px 0;
}

#btnCancel {
    margin-bottom: 25px;
    background-color: #fafafa;
    border-color: #ceced2;
    color: #55585b;
}

#btnCancel:hover {
    background-color: #1f83ff;
    color: #ffffff;
}

#btnResend {
    text-decoration: underline;
}

/*** 
* Styles only for LifeIndicator.aspx 
*/
#inactivityWarning {
    margin: 0;
    padding: 30px 0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12.8px;
	color: #515861;
}

#inactivityWarning .warning-content {
    margin: 0 auto;
    width: 320px;
    text-align: center;
}

#inactivityWarning #imgLogo.svg-transparent {
    width: 160px;
    height: 46px;
}

#inactivityWarning #lblLifeIndication1 {
    display: block;
    margin: 20px 0;
}

#inactivityWarning #lblLifeIndication1 > span {
    font-weight: bold;
    color: red;
}

#inactivityWarning .button-submit {
    box-sizing: content-box;
    width: 240px;
    margin-top: 12px;
    padding: 7px 15px;
    border: 1px solid #2198e3;
    border-radius: 8px;
    font-size: 1em;
    background-color: #2198e3;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.4s;
}

#inactivityWarning .button-submit:hover {
    background-color: #1f83ff;
}

#inactivityWarning #btnSignOut {
    background-color: #fafafa;
    border-color: #ceced2;
    color: #55585b;
    cursor: pointer;
}

#inactivityWarning #btnSignOut:hover {
    background-color: #1f83ff;
    color: #ffffff;
}

/*** 
* Styles only for ErrorReporter.aspx 
*/
#errorReporter .error-report-container {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 352px;
    padding: 30px;
}

#errorReporter p,
#errorReporter #ShowlnkbtShowErrorReport,
#errorReporter #ShowlnkbtShowErrorReport a {
    color: #55585b;
}

#errorReporter .login-checkbox {
    margin: 1.5em 0 1em;
}

#errorReporter .button-submit {
    margin: 5px 0;
}

#errorReporter #btnNotSend {
    margin-bottom: 0;
    background-color: #fafafa;
    border-color: #ceced2;
    color: #55585b;
}

#errorReporter #btnNotSend:hover {
    background-color: #1f83ff;
    color: #ffffff;
}

/*** 
* Styles only for thank.aspx 
*/
#thanksPage {
    position: relative;
}

#thanksPage .login-form {
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
}

#thanksPage p {
    line-height: 1.4;
    color: #55585b;
}

#thanksPage p a {
    color: #55585b;
}

#thanks {
    display: none;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

#thanks .login-form {
    width: 352px;
    text-align: center;
}

#sup_main {
    height: 100%;
}

#sup_main .hidden {
    display: none !important;
}

#sup_main .login-form {
    width: 640px;
    text-align: center;
}

#sup_main p {
    width: 420px;
    margin: auto;
}

#sup_main .support-links {
    margin: 30px 0 10px;
}

#sup_main .support-links figure {
    display: inline-block;
    margin: 10px 20px;
    width: 150px;
    height: 100px;
    cursor: pointer;
}

#sup_main .support-links figure > img {
    height: 40px;
    max-width: 100px;
}

#sup_main .support-links figure > figcaption {
    margin-top: 15px;
    text-decoration: underline;
}

#sup_main .support-links figure:hover > figcaption {
    font-weight: bold;
}

#sup_main .button-submit {
    margin: 0 0 10px;
}

#sup_main .support-instructions {
    height: 100%;
}

#sup_main .left-pane {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

#sup_main .right-pane {
    position: relative;
    float: right;
    width: 50%;
    height: 100%;
}

#sup_main .vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#sup_main .left-pane > img {
    right: 30px;
    height: 400px;
}

#sup_main .right-pane > div {
    left: 30px;
}

#sup_main #imgLogo3 {
    margin-bottom: 30px;
}

#sup_main #imgLogo3.svg-transparent {
    width: 120px;
    height: 34px;
}

#sup_main .instructions {
    margin-bottom: 10px;
}

#sup_main .instructions-title {
    margin-bottom: 15px;
}

#sup_main .instructions-title > img {
    height: 22px;
}

#sup_main .instructions-title > h2 {
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0 0 0 10px;
}

#sup_main .instructions li {
    line-height: 2;
}

#sup_main .go-back {
    display: inline-block;
    line-height: 20px;
}

#sup_main .go-back > svg {
    position: relative;
    top: 2px;
    height: 13px;
    margin-right: 4px;
}

#eyeIconSpan {
    margin-left: -25px;
    margin-top: 8px;
    cursor: pointer;
}

#password-icon-group {
    display: flex;
}

.login-forgot {
    display:flex;
    justify-content:center;
    width:262px;
}

.login-return {
    width: 262px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#emailSent {
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    color: #4795F5;
}

.login-lblusername {
    color: #4F5661;
    font-weight: 100 !important;
    display: flex !important;
    margin-bottom: 16px !important;
    height: 18px;
    font-size: 13px;
}

.preUsername:before {
    content: url("../images/arrow_back.svg");
    cursor: pointer;
    font-weight: 700;
    padding-right: 8px;
    height: 12px;
    width: 12px;
}

#lblMsg {
    color: red;
}

label[for='username'] {
    display: flex;
}

span.k-dropdown-wrap:has(+ input[readonly="readonly"]) {
    color: gray;
}
