html {
    background: hsla(225, 100%, 60%, 0.1);
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

img {
    align-self: flex-start;
}

@font-face {
    font-family: 'Raleway';
    src: url("/Content/fonts/webfonts/Raleway-Regular.woff?v=#version#") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Red Hat Text';
    src: url("/Content/fonts/webfonts/RedHatText-Regular.woff?v=#version#") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'shireburn';
    src: url("/Content/fonts/shireburn.otf?v=#version#") format("opentype");
    src: url("/Content/fonts/shireburn.woff?v=#version#") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CentraleSans';
    src: url("/Content/fonts/webfonts/CentraleSansLight.woff?v=#version#") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'CentraleSans';
    src: url("/Content/fonts/webfonts/CentraleSansBook.woff?v=#version#") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CentraleSans';
    src: url("/Content/fonts/webfonts/CentraleSansBold.woff?v=#version#") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CentraleSans';
    src: url("/Content/fonts/webfonts/CentraleSansBook-Italic.woff?v=#version#") format("woff");
    font-weight: normal;
    font-style: italic;
}

.fontIcon {
    font-family: 'shireburn' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: auto;
    height: auto;
    margin-top: auto;
    vertical-align: auto;
    background-image: none;
}

.fontIcon.active {
    color: #e87917;
}

/* Flex replicas */

.fxDisplay {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.fxDirCol {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fxDirRow {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.fxFixed {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.fxStretch {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.fxJustifyCenter {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fxJustifyEnd {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.loginBody {
    font-family: Raleway;
    letter-spacing: 0.44px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 0.9;
}

.loginBody .loginPanel {
    background: #ffffff;
    margin: auto;
    border-radius: 38px;
    min-height: 726px;
}

.loginPanelLeft {
    width: 590px;
    margin-bottom: 8px;
}

.browserErrorMessage {
    padding-left: 20px;
    padding-right: 20px;
    width: 900px;
    padding-top: 40px;
}
.browserErrorMessage .indigoLogoDarkBlue {
    width: 210px;
}

.browserErrorMessage .mainHeader2 {
    color: hsl(225, 100%, 60%);
    font-size: 15px;
    text-align: center;
    margin-top: 0px;
    font-family: 'Red Hat Text';
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 25px;
    padding-right: 10px;
}

.browserErrorMessage h3 {
    color: hsl(240, 100%, 10%);
    font-size: 2em;
    font-weight: normal;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    padding-right: 4px;
    padding-bottom: 0.5em;
    margin-left: 15%;
    margin-right: 15%;
}

.browserErrorMessage hr {
    border-top: 1px solid #d6d6d6;
    width: 53%;
}

.browserErrorMessage h4 {
    color: hsl(240, 100%, 10%);
    font-size: 1.25em;
    font-weight: normal;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 2px;
}  

/*.browserErrorMessage .supportedBrowser {
    height: 32px;
    background-repeat: no-repeat;
    color: white;
    padding: 0 0 0 37px;
    display: inline-block;
    line-height: 17px;
    margin: 0 10px;
    margin-top: 10px;
    text-align: left;
}*/

.supportedBrowserContainer {
    margin-top: 45px;
    margin-bottom: 30px;
}

.supportedBrowserContainer .supportedBrowser {
    color: #d6d6d6;
}

.supportedBrowser .browserInfo {
    text-align: center;
}

.supportedBrowser label {
    margin-top: 10px;
}

.supportedBrowserContainer .horizontalSpacer {
    width: 45px;
}

.supportedBrowser .browserIcon {
    width: 80px;
}

.loginPanelRight {
    position: relative;
    align-items: center;    
    width: 590px;
}

.loginPanelLeft .indigoLogoDarkBlue {
    width: 210px;
    margin-bottom: 28px;
}

.loginPanelLeft .mainHeader2 {
    color: hsl(225, 100%, 60%);
    font-size: 15px;
    text-align: center;
    margin-top: 0px;
    font-family: 'Red Hat Text';
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 50px;
    padding-right: 6px;
}

.loginPanelLeft .otherHeader2 {
    color: hsl(225, 100%, 60%);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px;
}

.loginPanelLeft h5 {
    color: hsl(240, 100%, 10%);
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    font-weight: 600;
    margin-bottom: 14px;
    padding-right: 4px;
    margin-top: 12px;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #eeeeee;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.prev {
    left: 20px;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,51,0.8);
}

.loginImageContainer {
    height: 728px;
    min-width: 708px;
    position: absolute;
    right: -120px;        
}

lottie-player {
    width: 83%;
    clip-path: inset(0% round 0px 38px 38px 0px);
}

.loginRightImage {
    height: 430px;
    display: none;
}

.loginMiddleSection {
    margin-top: 10px;
}

/*Input stuff*/
.loginBody .loginPanel .loginInput,
.loginBody .loginPanel .pinInput {
    position: relative;
}

.loginBody .loginPanel .usernameLoginInput{    
    margin-bottom: 24px;
}

.loginBody .loginPanel .loginInput input {
    background-color: #ffffff !important;
    border: 1px solid #096DD9;
    padding: 5px;
    padding-left: 40px;
    margin: 5px 0px 10px 0px;
    color: #096DD9 !important;        
    font-size: 16px;
    font-weight: 400;
    font-family: 'Red Hat Text';
    font-style: normal;
    line-height: 32px;
    letter-spacing: 0.44px;
    height: 52px;
    width: 300px;
    outline: none;
    caret-color: auto;
    border-radius: 4px;
}
.loginBody .loginPanel .loginInput input::placeholder {
    color: #096DD8;
}
.loginBody .loginPanel .loginInput input:focus::placeholder {
    opacity: 0;
}

.loginBody .loginPanel .loginInput input:last-of-type {
    margin: 5px 0px 5px 0px;
}

.forgotPasswordContainer {
    width: 468px;
}

.loginBody .loginPanel .pinInput input {
    background-color: #fff;
    border: 1px solid #e6e6eb;
    border-radius: 5px;
    padding: 5px;
    padding-left: 40px;
    margin: 5px 0px 5px 0px;
    color: #000033 !important;
    /*font-family: inherit;*/
    font-size: 12px;
    font-weight: 100;
    height: 28px;
    width: 304px;
    outline: none;
}

.loginBody .loginPanel .pinInput input:last-of-type {
    margin: 5px 0px 5px 0px;
}

.loginBody .loginPanel .pinInput input:focus {
    background-color: #fff;
    border: 1px solid #3366FF;
    border-radius: 5px;
    padding: 5px;
    padding-left: 40px;
    margin: 5px 0px 5px 0px;
    color: #ff0000;
    font-family: inherit;
    /*font-size: 12px;*/
    font-weight: 100;
    height: 28px;
    width: 240px;
    outline: none;
}

.loginBody .loginPanel .loginInput select {
    background-color: hsla(225, 100%, 60%, 0.1) !important;
    color: #000033;
    font-family: inherit;
    font-size: 12px;
    font-weight: 100;
    height: 38px;
    padding: 5px;
    width: 280px;
    border: none;
}

.loginBody .loginPanel .loginInput .fontIcon {
    color: #0050B3;    
    position: absolute;
    top: 0;
    font-size: 18px;
    left: 134px;
    line-height: 74px;
}

.loginBody .loginPanel .loginInput .showPasswordToggle {
    font-family: 'shireburn' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: auto;
    height: auto;
    margin-top: auto;
    vertical-align: auto;
    background-image: none;
    color: #9595B8;
    position: absolute;
    top: 24px;
    font-size: 24px;
    line-height: 24px;
    right: 134px;
    cursor: pointer;
}

.loginBody .loginPanel .loginButton {
    background-color: rgb(0, 0, 51);
    border: 0 none;
    color: #fff;
    font-family: inherit;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.44px;
    padding: 13px 0px;
    cursor: pointer;
    text-align: center;
    width: 344px;
    max-width: 344px;
    height: 54px;
    border-radius: 8px;
    background-color: #096DD9;
    text-decoration: none;
}

.loginBody .loginPanel .forgotPasswordEmailButton {
    height: 30px;
}

.loginBody .loginPanel .loginButton:not(.ssoLoginButton):hover { 
    background: #1D7DE2;
    background-color: #1D7DE2;
    border-color: #1D7DE2;
}

.loginBody .loginPanel .loginSsoButtonContainer .ssoLoginButton {    
    text-transform: none;
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 0.6645210385322571px;
    text-align: center;
    border-radius: 8px;
    border: 1.625px solid #1890FF;
    background: #FFF;
    color: var(--Gray-gray-9, #262626);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 54px;
}

.loginBody .loginPanel .loginSsoButtonContainer .ssoLoginButton:hover,
.loginBody .loginPanel .loginSsoButtonContainer:hover .ssoLoginButton { 
    background: #1890FF;
    color: #fff;
}

.loginBody .loginPanel .loginButtonMainContainer .loginSsoButtonContainer {
    position: relative;
    margin-top: 18px;
}

.loginBody .loginPanel .loginButtonMainContainer .loginSsoButtonContainer svg {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 12px;
    left: 12px;
    cursor: pointer;
}

.loginLink {    
    text-decoration: none;    
    cursor: pointer;        
    margin-top: -6px;
    color: #096DD9;
    text-align: center;
    font-family: 'Red Hat Text';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.44px;
}

.loginPanelLeft .loginPanelContainer, .resetPasswordText {
    margin-left: 120px;
}

.loginPanelLeft .panelTitle {
    color: #003;
    font-size: 18px;
    font-weight: 400;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0;
}

.panelMessage {
    color: #696969;
    font-size: 14px;
    width: 278px
}

.loginFooter {
    color: #696969;
    position: relative;
    padding-top: 20px;
    font-size: 13px;
}

.footerText {
    text-align: center;
    margin-top: 5px;
}

.shireburnLogoLight {
    width: 80px;
    margin-bottom: 3px;
}

/*.versionFooterText {
    position: absolute;
    right: 75px;
}*/

/* Send Code */
.panelMessage,
.panelReactionMessage {
    color: #838383;
    font-size: 14px;
    width: 285px;
}

.panelReactionMessage {
    color: #504e4e;
    font-weight: 600;
}

.verifyCheckBox {
    color: #d6d6d6;
    font-size: 14px;
    margin-top: 5px;
}

.loginMessage {
    color: #FD2A2A;
    margin: 0px auto;
    text-align: center;
    font-size: 11px;
    word-break: break-word;
    max-width: 285px;
    padding-right: 7px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.44px;
}

.loginSelect {
    margin-bottom: 14px;
}

.loginSelect select#Provider {
    width: 340px;
    height: 50px;
}

/* Deployment info */
.deploymentInfo {
    color: #32325b;
    font-size: 14px;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    padding: 5px;
    font-family: Raleway;
}

.deploymentInfo div:not(:last-child) { 
    margin-right: 5px;
}

.deploymentInfo .caption {
    font-weight: 600;
}

html, body {
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    /* background: linear-gradient(#123, #111); */
}

.loginBody .loginPanel .loginButtonMainContainer .loginButtonContainer {
    position: relative;
}

.loginBody .loginPanel .loginButtonMainContainer .loginButtonContainer svg {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 14px;
    left: 112px;
}

.loginBody .loginPanel .loginPanelLeft .loginButtonMainContainer .loginExtraButtonDividerContainer {
    text-align: center;
    margin-top: 30px;
    margin-left: 8px;
    color: #595959;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.loginBody .loginPanel .loginPanelLeft .loginButtonMainContainer .loginExtraButtonDividerContainer .loginExtraButtonDivider {
    position: relative;
    margin-left: 12px;
    margin-right: 6px;
}

.loginBody .loginPanel .loginPanelLeft .loginButtonMainContainer .loginExtraButtonDividerContainer .loginExtraButtonDivider hr {
    border: 0;
    height: 1px;
    background: #595959;
    position: absolute;
    top: 1px;
    width: 100%;
}

.verifyCodeIcon {
    position: absolute; 
    left: 130px; 
    top: 16px; 
    font-size: 17px;
}

.pinTxtBox {
    width: 165px;
}

.verifyCheckBox {
    align-items: center;
}

@media screen and (max-width: 1739px) {
    .loginBody .loginPanel {
        padding: 20px 0 20px 0;        
        min-height: 630px;
    }

    .loginBody .loginPanel .loginInput .fontIcon {
        left: 112px;
        line-height: 74px;
        font-size: 18px;
    }

    .loginBody .loginPanel .loginInput .showPasswordToggle {
        right: 112px;
    }

    .loginPanelLeft { 
        width: 542px;
    }

    .loginPanelRight {
        width: 542px;
    }

    .loginImageContainer {
        height: 670px;
        min-width: 653px;
    }

    .loginFooter {
        padding-top: 20px;
        font-size: 13px;
    }

    .loginBody .loginPanel .usernameLoginInput {
        margin-bottom: 24px;
    }

    .forgotPasswordContainer {
        width: 444px;
    }

    .loginBody .loginPanel .loginInput input:last-of-type {
        margin: 5px 0px 5px 0px;
    }

    .footerText {
        margin-top: 5px;
    }

    .loginPanelLeft .loginPanelContainer, .resetPasswordText {
        margin-left: 98px;
    }

    .verifyCodeIcon {
        position: absolute;
        left: 108px;
        top: 16px;
        font-size: 17px;
    }
}

@media screen and (max-width: 1530px) {
    .loginBody .loginPanel {
        padding: 20px 0 20px 0;        
        min-height: 530px;
    }

    .loginBody .loginPanel .loginInput .fontIcon {
        left: 68px;
        line-height: 70px;
        font-size: 18px;
    }

    .loginBody .loginPanel .loginInput .showPasswordToggle {
        right: 68px;
        line-height: 20px;
    }

    .loginPanelLeft { 
        width: 442px;
    }

    .loginPanelRight {
        width: 442px;
    }

    .loginImageContainer {
        height: 572px;
        min-width: 560px;
    }

    .loginPanelLeft .indigoLogoDarkBlue {
        width: 200px;
    }

    .loginPanelLeft .mainHeader2 {
        color: hsl(225, 100%, 60%);
        font-size: 14px;
        text-align: center;
        margin-top: 0px;
        font-family: 'Red Hat Text';
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 50px;
        padding-right: 6px;
    }

    .forgotPasswordContainer {
        width: 388px;
    }

    .loginBody .loginPanel .loginInput input {
        background-color: #ffffff !important;
        border: 1px solid #096DD9;
        padding: 5px;
        padding-left: 40px;
        margin: 5px 0px 10px 0px;
        color: #096DD9 !important;
        font-size: 15px;
        font-weight: 400;
        font-family: 'Red Hat Text';
        font-style: normal;
        line-height: 32px;
        letter-spacing: 0.44px;
        height: 50px;
        width: 290px;
        outline: none;
        caret-color: auto;
        border-radius: 4px;
    }

    .loginBody .loginPanel .loginButton {
        width: 334px;
        max-width: 334px;
        font-size: 25px;
        padding: 11px 0;
    }

    .loginBody .loginPanel .ssoLoginButton {
        font-size: 16px;
    }

    .shireburnLogoLight {
         width: 76px;
    }

    .loginFooter {
        font-size: 11px;
        padding-top: 20px;
    }

    .loginBody .loginPanel .usernameLoginInput {
        margin-bottom: 24px;
    }

    .loginBody .loginPanel .loginInput input:last-of-type {
        margin: 5px 0px 5px 0px;
    }

    .footerText {
        margin-top: 5px;
    }
    
    .loginBody .loginPanel .loginButtonMainContainer .loginButtonContainer svg {
        width: 28px;
        height: 28px;
        position: absolute;
        top: 14px;
        left: 104px;
    }

    .loginPanelLeft .loginPanelContainer, .resetPasswordText {
        margin-left: 52px;
    }
    
    .loginSelect select#Provider {
        margin-bottom: 0px;
    }

    .verifyCodeIcon {
        position: absolute;
        left: 60px;
        top: 16px;
        font-size: 17px;
    }

    .loginBody .loginPanel .pinInput input {
        width: 296px;
    }

    .panelMessage, .panelReactionMessage, .resetPasswordText {
        color: #838383;
        font-size: 14px;
        width: 332px;
    }
}

@media screen and (max-width: 1275px) {  
    .loginBody .loginPanel {
        padding: 0;
        min-height: 490px;
    }

    .loginBody .loginPanel .loginInput .fontIcon {
        left: 154px;
        line-height: 66px;
        font-size: 18px;
    }

    .loginBody .loginPanel .loginInput .showPasswordToggle {
        right: 154px;
        line-height: 16px;
    }

    .loginPanelLeft { 
        width: 600px;
        padding-top: 0;
    }

    .loginPanelRight {
        display: none;
    }

    .loginImageContainer {
        height: 572px;
        min-width: 560px;
    }

    .loginPanelLeft .indigoLogoDarkBlue {
        width: 150px;
    }

    .loginPanelLeft .mainHeader2 {
        color: hsl(225, 100%, 60%);
        font-size: 11px;
        text-align: center;
        margin-top: 0px;
        font-family: 'Red Hat Text';
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 36px;
        padding-right: 6px;
    }

    .loginBody .loginPanel .loginInput input {
        background-color: #ffffff !important;
        border: 1px solid #096DD9;
        padding: 5px;
        padding-left: 40px;
        margin: 5px 0px 10px 0px;
        color: #096DD9 !important;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Red Hat Text';
        font-style: normal;
        line-height: 32px;
        letter-spacing: 0.44px;
        height: 46px;
        width: 270px;
        outline: none;
        caret-color: auto;
        border-radius: 4px;
    }

    .forgotPasswordContainer {
        width: 458px;
    }

    .loginLink {
        text-decoration: none;
        cursor: pointer;
        margin-top: -6px;
        color: #096DD9;
        text-align: center;
        font-family: 'Red Hat Text';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0.44px;
    }

    .loginBody .loginPanel .loginButton {
        width: 314px;
        max-width: 314px;
        font-size: 24px;
        padding: 13px 0;
    }

    .loginBody .loginPanel .ssoLoginButton {
        font-size: 16px;
    }

    .shireburnLogoLight {
         width: 60px;
    }

    .loginFooter {
        font-size: 10px;
        padding-top: 10px;
    }

    .loginBody .loginPanel .usernameLoginInput {
        margin-bottom: 24px;
    }

    .loginBody .loginPanel .loginInput input:last-of-type {
        margin: 5px 0px 5px 0px;
    }

    .footerText {
        margin-top: 5px;
    }

    .loginBody .loginPanel .loginButtonMainContainer .loginButtonContainer svg{
        width: 28px;
        height: 28px;
        position: absolute;
        top: 14px;
        left: 96px;
    }

    .loginPanelLeft .loginPanelContainer, .resetPasswordText {
        margin-left: 140px;
    }

    .loginSelect select#Provider {
        width: 318px;
        margin-bottom: 0px;
    }

    .verifyCodeIcon {
        position: absolute;
        left: 154px;
        top: 16px;
        font-size: 17px;
    }

    .loginBody .loginPanel .pinInput input {
        width: 276px;
    }
    .loginBody .loginPanel .pinInput input:focus {
        width: 276px;
    }

    .panelMessage, .panelReactionMessage, .resetPasswordText {
        color: #838383;
        font-size: 14px;
        width: 312px;
    }
}

@media screen and (max-width: 1095px) {    
    .loginBody .loginPanel {
        padding: 0;
        min-height: 420px;
    }

    .loginBody .loginPanel .loginInput .fontIcon {
        left: 148px;
        line-height: 56px;
        font-size: 15px;
    }

    .loginBody .loginPanel .loginInput .showPasswordToggle {
        right: 148px;
        line-height: 6px;
        font-size: 18px;
    }

    .loginPanelLeft { 
        width: 560px;
        padding-top: 0;
    }

    .loginPanelRight {
        display: none;
    }

    .loginImageContainer {
        height: 572px;
        min-width: 560px;
    }

    .loginPanelLeft .indigoLogoDarkBlue {
        width: 130px;
        margin-bottom: 22px;
    }

    .loginPanelLeft .mainHeader2 {
        color: hsl(225, 100%, 60%);
        font-size: 9px;
        text-align: center;
        margin-top: 0px;
        font-family: 'Red Hat Text';
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 30px;
        padding-right: 6px;
    }

    .forgotPasswordContainer {
        width: 422px;
    }

    .loginBody .loginPanel .loginInput input {
        background-color: #ffffff !important;
        border: 1px solid #096DD9;
        padding: 5px;
        padding-left: 30px;
        margin: 5px 0px 10px 0px;
        color: #096DD9 !important;
        font-size: 13px;
        font-weight: 400;
        font-family: 'Red Hat Text';
        font-style: normal;
        line-height: 32px;
        letter-spacing: 0.44px;
        height: 36px;
        width: 248px;
        /* width: 240px; */
        outline: none;
        caret-color: auto;
        border-radius: 4px;
    }

    .loginLink {
        text-decoration: none;
        cursor: pointer;
        margin-top: -6px;
        color: #096DD9;
        text-align: center;
        font-family: 'Red Hat Text';
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0.44px;
    }

    .loginBody .loginPanel .loginButton {
        width: 278px;
        max-width: 278px;
        font-size: 22px;
        padding: 13px 0;
    }

    .loginBody .loginPanel .ssoLoginButton {
        font-size: 15px;
        padding: 0;
        height: 30px;
        padding-top: 6px;    
    }

    .shireburnLogoLight {
        width: 48px;
    }

    .loginFooter {
        font-size: 8px;
        padding-top: 10px;
    }

    .loginBody .loginPanel .usernameLoginInput {
        margin-bottom: 24px;
    }

    .loginBody .loginPanel .loginInput input:last-of-type {
        margin: 5px 0px 5px 0px;
    }

    .footerText {
        margin-top: 5px;
    }

    .loginBody .loginPanel .loginPanelLeft .loginButtonMainContainer .loginExtraButtonDividerContainer {
        margin-top: 14px;
    }

    .loginBody .loginPanel .loginButtonMainContainer .loginButtonContainer svg {
        width: 28px;
        height: 28px;
        position: absolute;
        top: 12px;
        left: 82px;
    }

    .loginPanelLeft .loginPanelContainer, .resetPasswordText {
        /* margin-left: 142px; */
        margin-left: 138px;
    }

    .loginSelect select#Provider {
        width: 282px;
        margin-bottom: 0px;
    }

    .verifyCodeIcon {
        position: absolute;
        left: 150px;
        top: 16px;
        font-size: 17px;
    }

    .loginBody .loginPanel .pinInput input {
        width: 232px;
    }
    .loginBody .loginPanel .pinInput input:focus {
        width: 232px;
    }
    
    .panelMessage, .panelReactionMessage, .resetPasswordText {
        color: #838383;
        font-size: 14px;
        width: 284px;
    }
}

@media screen and (max-width: 956px) {    
    .loginBody .loginPanel {
        padding: 0;
        min-height: 370px;
    }

    .loginBody .loginPanel .loginInput .fontIcon {
        left: 140px;
        line-height: 50px;
        font-size: 14px;
    }

    .loginBody .loginPanel .loginInput .showPasswordToggle {
        right: 140px;
        line-height: 0px;
        font-size: 17px;
    }

    .loginPanelLeft { 
        width: 500px;
        padding-top: 0;
    }

    .loginPanelRight {
        display: none;
    }

    .loginImageContainer {
        height: 572px;
        min-width: 560px;
    }

    .loginPanelLeft .indigoLogoDarkBlue {
        width: 120px;
    }

    .loginPanelLeft .mainHeader2 {
        color: hsl(225, 100%, 60%);
        font-size: 7px;
        text-align: center;
        margin-top: 0px;
        font-family: 'Red Hat Text';
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 30px;
        padding-right: 6px;
    }

    .forgotPasswordContainer {
        width: 366px;
    }

    .loginBody .loginPanel .loginInput input {
        background-color: #ffffff !important;
        border: 1px solid #096DD9;
        padding: 5px;
        padding-left: 30px;
        margin: 5px 0px 10px 0px;
        color: #096DD9 !important;
        font-size: 12px;
        font-weight: 400;
        font-family: 'Red Hat Text';
        font-style: normal;
        line-height: 32px;
        letter-spacing: 0.44px;
        height: 30px;
        /* width: 190px; */
        width: 198px;
        outline: none;
        caret-color: auto;
        border-radius: 4px;
    }

    .loginLink {
        text-decoration: none;
        cursor: pointer;
        margin-top: -6px;
        color: #096DD9;
        text-align: center;
        font-family: 'Red Hat Text';
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0.44px;
    }

    .loginBody .loginPanel .loginButton {
        height: 46px;
        width: 228px;
        max-width: 228px;
        font-size: 19px;
        line-height: 22px;
        padding: 13px 0;
    }

    .loginBody .loginPanel .loginSsoButtonContainer .ssoLoginButton {
        height: 46px;
    }

    .loginBody .loginPanel .loginButtonMainContainer .loginSsoButtonContainer svg {
        width: 34px;
        height: 34px;
        position: absolute;
        top: 7px;
        left: 8px;
    }

    .loginBody .loginPanel .forgotPasswordEmailButton {
        height: 22px;
    }

    .loginBody .loginPanel .ssoLoginButton {
        font-size: 14px;
        padding: 0;
        height: 30px;
    }

    .shireburnLogoLight {
        width: 40px;
    }

    .loginFooter {
        font-size: 7px;
        padding-top: 5px;
    }

    .loginBody .loginPanel .usernameLoginInput {
        margin-bottom: 16px;
    }

    .loginBody .loginPanel .loginInput input:last-of-type {
        margin: 5px 0px 5px 0px;
    }

    .footerText {
        margin-top: 5px;
    }

    .loginBody .loginPanel .loginButtonMainContainer .loginButtonContainer svg {
        width: 28px;
        height: 28px;
        position: absolute;
        top: 10px;
        left: 60px;
    }

    .loginPanelLeft .loginPanelContainer, .resetPasswordText {
        margin-left: 132px;
    }

    .loginPanelLeft .panelTitle {
        font-size: 14px;
    }

    .panelMessage, .panelReactionMessage, .resetPasswordText {
        font-size: 12px;
        width: 236px;
    }

    .loginSelect select#Provider {
        width: 230px;
        margin-bottom: 0px;
    }

    .loginBody .loginPanel .pinInput input {
        width: 184px;
    }
    .loginBody .loginPanel .pinInput input:focus {
        width: 184px;
    }
}    

@media screen and (max-width: 765px) {    
    .loginBody .loginPanel {
        padding: 0;
        min-height: 300px;
        border: 26px;
    }

    .loginBody .loginPanel .loginInput .fontIcon {
        left: 124px;
        line-height: 44px;
        font-size: 11px;
    }

    .loginBody .loginPanel .loginInput .showPasswordToggle {
        right: 124px;
        line-height: 0px;
        font-size: 15px;
        top: 22px;
    }

    .loginPanelLeft { 
        width: 434px;
        padding-top: 0;
    }

    .loginPanelRight {
        display: none;
    }

    .loginImageContainer {
        height: 572px;
        min-width: 560px;
    }

    .loginPanelLeft .indigoLogoDarkBlue {
        width: 100px;
        margin-bottom: 14px;
    }

    .loginPanelLeft .mainHeader2 {
        color: hsl(225, 100%, 60%);
        font-size: 7px;
        text-align: center;
        margin-top: 0px;
        font-family: 'Red Hat Text';
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 14px;
        padding-right: 6px;
    }

    .loginBody .loginPanel .usernameLoginInput {
        margin-bottom: 10px;
    }

    .loginBody .loginPanel .loginInput input:last-of-type {
        margin: 4px 0 4px 0;
    }

    .forgotPasswordContainer {
        width: 314px;
    }

    .loginBody .loginPanel .loginInput input {
        background-color: #ffffff !important;
        border: 1px solid #096DD9;
        padding: 5px;
        padding-left: 20px;
        margin: 5px 0px 10px 0px;
        color: #096DD9 !important;
        font-size: 10px;
        font-weight: 400;
        font-family: 'Red Hat Text';
        font-style: normal;
        line-height: 32px;
        letter-spacing: 0.44px;
        height: 26px;
        width: 170px;
        outline: none;
        caret-color: auto;
        border-radius: 4px;
    }

    .loginLink {
        text-decoration: none;
        cursor: pointer;
        margin-top: -6px;
        color: #096DD9;
        text-align: center;
        font-family: 'Red Hat Text';
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0.44px;
    }

    .loginButtonMainContainer {
        height: 111px;
    }

    .loginBody .loginPanel .loginButton {
        height: 36px;
        width: 198px;
        max-width: 198px;
        font-size: 17px;
        line-height: 13px;
        margin-top: 0px;
        padding: 13px 0;
    }

    .loginBody .loginPanel .forgotPasswordEmailButton {
        height: 16px;
        font-size: 15px;
        line-height: 16px;
    }

    .loginBody .loginPanel .ssoLoginButton {
        font-size: 12px;
        padding: 0;
        height: 30px;
        margin-top: 0;
    }

    .shireburnLogoLight {
        width: 34px;
    }

    .loginFooter {
        font-size: 6px;
        padding-top: 5px;
    }

    .footerText {
        margin-top: 5px;
    }

    .loginBody .loginPanel .loginButtonMainContainer .loginButtonContainer svg {
        width: 20px;
        height: 28px;
        position: absolute;
        top: 6px;
        left: 54px;
    }

    .loginBody .loginPanel .loginPanelLeft .loginButtonMainContainer .loginExtraButtonDividerContainer {
        margin-top: 10px;
        font-size: 14px;
    }

    .loginBody .loginPanel .loginButtonMainContainer .loginSsoButtonContainer {
        margin-top: 10px;
    }

    .loginBody .loginPanel .loginButtonMainContainer .loginSsoButtonContainer svg {
        width: 22px;
        height: 28px;
        position: absolute;
        top: 4px;
        left: 8px;
    }

    .loginBody .loginPanel .loginSsoButtonContainer .ssoLoginButton {
        height: 36px;
        font-size: 18px;
    }

    .loginPanelLeft .loginPanelContainer, .resetPasswordText {
        margin-left: 118px;
    }

    .loginPanelLeft .panelTitle {
        font-size: 12px;
    }

    .panelMessage, .panelReactionMessage, .resetPasswordText {
        font-size: 9px;
        width: 196px;
    }
        
    .loginSelect select#Provider {
        width: 200px;
        height: 38px;
        margin-bottom: 0px;
    }

    /* .verifyCodeIcon{
        left: 120px;
    }

    .loginBody .loginPanel .pinInput input {
        width: 108px;
    }
    .loginBody .loginPanel .pinInput input:focus {
        width: 108px;
    } */
    .verifyCodeIcon {
        left: 124px;
        top: 12px;
        font-size: 14px;
    }

    .loginBody .loginPanel .pinInput input {
        width: 168px;
        height: 16px;
        font-size: 10px;
        padding-left: 24px;
    }
    .loginBody .loginPanel .pinInput input:focus {
        width: 168px;
        height: 16px;
        font-size: 10px;
        padding-left: 24px;
    }

    .verifyCheckBox {        
        left: 124px;
        top: 11px;
        font-size: 10px;                   
    }
} 

@media screen and (max-width: 638px) {
    .loginBody .loginPanel {
        padding: 0;
        min-height: 246px;
        border-radius: 24px;
    }

    .loginBody .loginPanel .loginInput .fontIcon {
        left: 104px;
        line-height: 40px;
        font-size: 10px;
    }

    .loginBody .loginPanel .loginInput .showPasswordToggle {
        right: 104px;
        line-height: 0px;
        font-size: 14px;
        top: 20px;
    }

    .loginPanelLeft { 
        width: 360px;
        padding-top: 0;
    }

    .loginPanelRight {
        display: none;
    }

    .loginImageContainer {
        height: 572px;
        min-width: 560px;
    }

    .loginPanelLeft .indigoLogoDarkBlue {
        width: 90px;
        margin-bottom: 12px;
    }

    .loginPanelLeft .mainHeader2 {
        color: hsl(225, 100%, 60%);
        font-size: 6px;
        text-align: center;
        margin-top: 0px;
        font-family: 'Red Hat Text';
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 10px;
        padding-right: 6px;
    }

    .loginBody .loginPanel .usernameLoginInput {
        margin-bottom: 7px;
    }

    .loginBody .loginPanel .loginInput input:last-of-type {
        margin: 3px 0 3px 0;
    }
    
    .forgotPasswordContainer {
        width: 264px;
    }

    .loginBody .loginPanel .loginInput input {
        background-color: #ffffff !important;
        border: 1px solid #096DD9;
        padding: 5px;
        padding-left: 20px;
        margin: 5px 0px 10px 0px;
        color: #096DD9 !important;
        font-size: 9px;
        font-weight: 400;
        font-family: 'Red Hat Text';
        font-style: normal;
        line-height: 32px;
        letter-spacing: 0.44px;
        height: 22px;
        width: 140px;
        outline: none;
        caret-color: auto;
        border-radius: 4px;
    }

    .loginLink {
        text-decoration: none;
        cursor: pointer;
        margin-top: -10px;
        color: #096DD9;
        text-align: center;
        font-family: 'Red Hat Text';
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0.44px;
    }

    .loginBody .loginPanel .loginButton {
        height: 26px;
        width: 166px;
        max-width: 166px;
        font-size: 14px;
        line-height: 11px;
        margin-top: 0px;
        padding: 0;
    }

    .loginBody .loginPanel .forgotPasswordEmailButton {
        height: 10px;
        font-size: 10px;
        line-height: 9px;
        padding: 7px;
    }

    .loginButtonMainContainer {
        height: 68px;
    }

    .loginMiddleSection {
        margin-top: 0px;
    }

    .loginBody .loginPanel .loginButtonMainContainer .loginButtonContainer svg {
        width: 18px;
        height: 28px;
        position: absolute;
        top: -1px;
        left: 44px;
    }

    .loginBody .loginPanel .loginPanelLeft .loginButtonMainContainer .loginExtraButtonDividerContainer {
        margin-top: 4px;
        font-size: 8px;
    }

    .loginBody .loginPanel .loginButtonMainContainer .loginSsoButtonContainer {
        margin-top: 7px;
    }

    .loginBody .loginPanel .loginButtonMainContainer .loginSsoButtonContainer svg {
        width: 16px;
        height: 28px;
        position: absolute;
        top: 0px;
        left: 8px;
    }

    .loginBody .loginPanel .loginSsoButtonContainer .ssoLoginButton {
        height: 26px;
        font-size: 14px;
    } 

    .shireburnLogoLight {
        width: 30px;
        margin-bottom: 0px;
    }

    .loginFooter {
        font-size: 5px;
        padding-top: 5px;
    }

    .footerText {
        margin-top: 5px;
    }

    .loginBody .loginPanel .loginButtonMainContainer svg {
        width: 18px;
        height: 28px;
        position: relative;
        top: 22px;
        left: 46px;
    }

    .loginPanelLeft .loginPanelContainer, .resetPasswordText {
        margin-left: 92px;
    }

    .loginPanelLeft .panelTitle {
        font-size: 11px;
    }

    .panelMessage, .panelReactionMessage, .resetPasswordText {
        font-size: 8px;
        width: 166px;
    }

    .loginSelect select#Provider {
        width: 166px;
        height: 34px;
        margin-bottom: 10px;
    }

    /* .verifyCodeIcon{
        left: 100px;
    }

    .loginBody .loginPanel .pinInput input {
        width: 74px;
    }
    .loginBody .loginPanel .pinInput input:focus {
        width: 74px;
    } */

    .verifyCodeIcon {
        left: 102px;
        top: 10px;
        font-size: 14px;
    }

    .loginBody .loginPanel .pinInput input {
        width: 138px;
        height: 16px;
        font-size: 10px;
        padding-left: 22px;
    }
    .loginBody .loginPanel .pinInput input:focus {
        width: 138px;
        height: 16px;
        font-size: 10px;
        padding-left: 22px;        
    }

    .verifyCheckBox {
        font-size: 6px;
    }
} 

@media screen and (max-width: 478px) {
    .loginBody .loginPanel {
        padding: 0;
        min-height: 188px;
        border-radius: 20px;
    }

    .loginBody .loginPanel .loginInput .fontIcon {
        left: 64px;
        line-height: 30px;
        font-size: 8px;
    }

    .loginBody .loginPanel .loginInput .showPasswordToggle {
        right: 64px;
        line-height: 0px;
        font-size: 11px;
        top: 14px;
    }

    .loginPanelLeft { 
        width: 248px;
        padding-top: 0;
    }

    .loginPanelRight {
        display: none;
    }

    .loginImageContainer {
        height: 572px;
        min-width: 560px;
    }

    .loginPanelLeft .indigoLogoDarkBlue {
        width: 70px;
        margin-bottom: 9px;
    }

    .loginPanelLeft .mainHeader2 {
        color: hsl(225, 100%, 60%);
        font-size: 5px;
        text-align: center;
        margin-top: 0px;
        font-family: 'Red Hat Text';
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 10px;
        padding-right: 6px;
    }

    .loginBody .loginPanel .usernameLoginInput {
        margin-bottom: 5px;
    }

    .loginBody .loginPanel .loginInput input:last-of-type {
        margin: 2px 0 2px 0;
    }

    .forgotPasswordContainer {
        width: 190px;
    }

    .loginBody .loginPanel .loginInput input {
        background-color: #ffffff !important;
        border: 1px solid #096DD9;
        padding: 5px;
        padding-left: 20px;
        margin: 5px 0px 10px 0px;
        color: #096DD9 !important;
        font-size: 7px;
        font-weight: 400;
        font-family: 'Red Hat Text';
        font-style: normal;
        line-height: 32px;
        letter-spacing: 0.44px;
        height: 14px;
        width: 104px;
        outline: none;
        caret-color: auto;
        border-radius: 4px;
    }

    .loginLink {
        text-decoration: none;
        cursor: pointer;
        margin-top: -6px;
        color: #096DD9;
        text-align: center;
        font-family: 'Red Hat Text';
        font-size: 8px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.44px;
    }

    .loginButtonMainContainer {
        height: 50px;
    }

    .loginBody .loginPanel .loginButton {
        height: 22px;
        width: 134px;
        max-width: 166px;
        font-size: 12px;
        line-height: 3px;
        margin-top: 0px;
        padding: 0;
    }

    .loginBody .loginPanel .forgotPasswordEmailButton {
        height: 9px;
        font-size: 8px;
        line-height: 9px;
        padding: 5px 0;
    }

    .loginBody .loginPanel .loginButtonMainContainer .loginButtonContainer svg {
        width: 18px;
        height: 28px;
        position: absolute;
        top: -3px;
        left: 32px;
    }

    .loginBody .loginPanel .loginPanelLeft .loginButtonMainContainer .loginExtraButtonDividerContainer {
        margin-top: 3px;
        font-size: 7px;
    }

    .loginBody .loginPanel .loginButtonMainContainer .loginSsoButtonContainer {
        margin-top: 4px;
    }

    .loginBody .loginPanel .loginButtonMainContainer .loginSsoButtonContainer svg {
        width: 14px;
        height: 28px;
        position: absolute;
        top: -2px;
        left: 7px;
    }

    .loginBody .loginPanel .loginSsoButtonContainer .ssoLoginButton {
        height: 22px;
        font-size: 12px;
    }

    .loginMiddleSection {
        margin-top: 0px;
    }

    .shireburnLogoLight {
        width: 20px;
        margin-bottom: 0px;
    }

    .loginFooter {
        font-size: 3px;
        padding-top: 3px;
    }

    .footerText {
        margin-top: 5px;
    }

    .loginBody .loginPanel .loginButtonMainContainer svg {
        width: 14px;
        height: 28px;
        position: relative;
        top: 18px;
        left: 36px;
    }

    .loginPanelLeft .loginPanelContainer, .resetPasswordText {
        margin-left: 58px;
    }

    .loginPanelLeft .panelTitle {
        font-size: 8px;
    }

    .panelMessage, .panelReactionMessage, .resetPasswordText {
        font-size: 6px; 
        width: 128px;
    }

    .loginSelect select#Provider {
        width: 134px;
        height: 22px;
        margin-bottom: 10px;
        font-size: 10px;
    }

    .verifyCodeIcon {
        left: 62px;
        top: 11px;
        font-size: 12px;
    }

    .loginBody .loginPanel .pinInput input {
        width: 110px;
        height: 16px;
        font-size: 10px;
        padding-left: 20px;
    }
    .loginBody .loginPanel .pinInput input:focus {
        width: 110px;
        height: 16px;
        font-size: 10px;
        padding-left: 20px;
    }

    .verifyCheckBox {
        font-size: 6px;
    }
} 

@media screen and (max-width: 383px) {    
    .loginBody .loginPanel {
        padding: 0;
        min-height: 144px;
        border-radius: 18px;
    }

    .loginBody .loginPanel .loginInput .fontIcon {
        left: 44px;
        line-height: 26px;
        font-size: 6px;
    }

    .loginBody .loginPanel .loginInput .showPasswordToggle {
        right: 44px;
        line-height: 0px;
        font-size: 8px;
        top: 13px;
    }

    .loginPanelLeft { 
        width: 180px;
        padding-top: 0;
        min-height: 160px;
    }

    .loginPanelRight {
        display: none;
    }

    .loginImageContainer {
        height: 572px;
        min-width: 560px;
    }

    .loginPanelLeft .indigoLogoDarkBlue {
        width: 56px;
        margin-bottom: 9px;
    }

    .loginPanelLeft .mainHeader2 {
        color: hsl(225, 100%, 60%);
        font-size: 3px;
        text-align: center;
        margin-top: 0px;
        font-family: 'Red Hat Text';
        font-weight: 600;
        margin-top: 2px;
        margin-bottom: 6px;
        padding-right: 6px;
    }

    .loginBody .loginPanel .usernameLoginInput {
        margin-bottom: 3px;
    }

    .loginBody .loginPanel .loginInput input:last-of-type {
        margin: 2px 0 2px 0;
    }

    .forgotPasswordContainer {
        width: 140px;
    }

    .loginBody .loginPanel .loginInput input {
        background-color: #ffffff !important;
        border: 1px solid #096DD9;
        padding: 5px;
        padding-left: 12px;
        margin: 5px 0px 10px 0px;
        color: #096DD9 !important;
        font-size: 5px;
        font-weight: 400;
        font-family: 'Red Hat Text';
        font-style: normal;
        line-height: 32px;
        letter-spacing: 0.44px;
        height: 10px;
        width: 82px;
        outline: none;
        caret-color: auto;
        border-radius: 4px;
    }

    .loginLink {
        text-decoration: none;
        cursor: pointer;
        margin-top: -4px;
        color: #096DD9;
        text-align: center;
        font-family: 'Red Hat Text';
        font-size: 6px;
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        letter-spacing: 0.44px;
    }
    
    .loginBody .loginPanel .loginButton {
        height: 21px;
        width: 100px;
        max-width: 166px;
        font-size: 10px;
        line-height: 2px;
        margin-top: 0px;
        padding: 0;
    }

    .loginBody .loginPanel .forgotPasswordEmailButton {
        height: 7px;
        font-size: 6px;
        line-height: 7px;
        padding: 4px 0;
    }

    .loginBody .loginPanel .loginSsoButtonContainer .ssoLoginButton {
        font-size: 8px;
        padding: 0;
        margin-top: 0;
    }

    .loginButtonMainContainer {
        height: 50px;
    }

    .shireburnLogoLight {
        width: 17px;
        margin-bottom: 0px;
    }

    .loginFooter {
        font-size: 2px;
        padding-top: 2px;
    }

    .footerText {
        margin-top: 1px;
    }

    .loginBody .loginPanel .loginButtonMainContainer .loginButtonContainer svg {
        width: 16px;
        height: 28px;
        position: absolute;
        top: -4px;
        left: 20px;
    }

    .loginBody .loginPanel .loginButtonMainContainer .loginSsoButtonContainer svg {
        width: 14px;
        height: 28px;
        position: absolute;
        top: -2px;
        left: 7px;
    }

    .loginPanelLeft .loginPanelContainer, .resetPasswordText {
        margin-left: 40px;
    }

    .loginPanelLeft .panelTitle {
        font-size: 7px;
    }

    .panelMessage, .panelReactionMessage, .resetPasswordText {
        font-size: 5px;
        width: 98px;
    }

    .loginSelect select#Provider {
        width: 100px;
        height: 18px;
        margin-bottom: 10px;
        font-size: 8px;
    }

    .verifyCodeIcon {
        left: 40px;
        top: 10px;
        font-size: 12px;
    }

    .loginBody .loginPanel .pinInput input {
        width: 76px;
        padding-left: 18px;
        font-size: 10px;
        height: 10px;
    }
    .loginBody .loginPanel .pinInput input:focus {        
        width: 76px;
        padding-left: 18px;
        font-size: 10px;
        height: 10px;
    }

    .verifyCodeIcon {
        left: 46px;
        top: 9px;
        font-size: 11px;
    }

    .verifyCheckBox input {
        height: 8px;
        margin: 0;
    }
}

@media screen and (min-height: 384px) and (max-width: 638px) and (max-height:950px) {
    .loginPanelLeft {
        min-height: 260px;
    }
}

@media screen and (min-height: 384px) and (max-width: 478px) and (max-height:950px)
{
    .loginPanelLeft {
        min-height: 224px;
    }
}

@media screen and (min-height: 384px) and (max-width: 638px) and (max-height:700px) {
    .loginPanelLeft {
        min-height: 260px;
    }
}

@media screen and (min-height: 384px) and (max-width: 478px) and (max-height:700px) {
    .loginPanelLeft {
        min-height: 224px;
    }
}

/*Christmas snowfall.*/
/*.snowflake {
    --size: 1vw;
    width: var(--size);
    height: var(--size);
    background: white;
    border-radius: 50%;
    position: absolute;
    top: -5vh;
}

@keyframes snowfall {
    0% {
        transform: translate3d(var(--left-ini), 0, 0);
    }

    100% {
        transform: translate3d(var(--left-end), 110vh, 0);
    }
}

.snowflake:nth-child(1) {
    --size: 1vw;
    --left-ini: -1vw;
    --left-end: 5vw;
    left: 61vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -8s;
}

.snowflake:nth-child(2) {
    --size: 0.8vw;
    --left-ini: 7vw;
    --left-end: -1vw;
    left: 45vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(3) {
    --size: 0.6vw;
    --left-ini: 6vw;
    --left-end: -3vw;
    left: 64vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(4) {
    --size: 0.2vw;
    --left-ini: 1vw;
    --left-end: 1vw;
    left: 33vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -1s;
}

.snowflake:nth-child(5) {
    --size: 0.8vw;
    --left-ini: 9vw;
    --left-end: 10vw;
    left: 13vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -7s;
}

.snowflake:nth-child(6) {
    --size: 1vw;
    --left-ini: 7vw;
    --left-end: -5vw;
    left: 58vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(7) {
    --size: 0.2vw;
    --left-ini: -4vw;
    --left-end: 1vw;
    left: 68vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(8) {
    --size: 0.6vw;
    --left-ini: 0vw;
    --left-end: 6vw;
    left: 7vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -7s;
}

.snowflake:nth-child(9) {
    --size: 0.6vw;
    --left-ini: 10vw;
    --left-end: 6vw;
    left: 96vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -7s;
}

.snowflake:nth-child(10) {
    --size: 1vw;
    --left-ini: 9vw;
    --left-end: -7vw;
    left: 51vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(11) {
    --size: 0.2vw;
    --left-ini: 7vw;
    --left-end: -3vw;
    left: 91vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(12) {
    --size: 0.4vw;
    --left-ini: -9vw;
    --left-end: 5vw;
    left: 14vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(13) {
    --size: 0.2vw;
    --left-ini: 3vw;
    --left-end: -5vw;
    left: 82vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(14) {
    --size: 0.8vw;
    --left-ini: -5vw;
    --left-end: 7vw;
    left: 2vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -8s;
}

.snowflake:nth-child(15) {
    --size: 0.6vw;
    --left-ini: 3vw;
    --left-end: 1vw;
    left: 7vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(16) {
    --size: 1vw;
    --left-ini: 7vw;
    --left-end: 10vw;
    left: 58vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(17) {
    --size: 0.2vw;
    --left-ini: -1vw;
    --left-end: -8vw;
    left: 50vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(18) {
    --size: 0.8vw;
    --left-ini: 9vw;
    --left-end: -7vw;
    left: 72vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -8s;
}

.snowflake:nth-child(19) {
    --size: 0.6vw;
    --left-ini: -5vw;
    --left-end: -4vw;
    left: 5vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(20) {
    --size: 0.4vw;
    --left-ini: -8vw;
    --left-end: 10vw;
    left: 29vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -3s;
}

.snowflake:nth-child(21) {
    --size: 0.4vw;
    --left-ini: 1vw;
    --left-end: -6vw;
    left: 23vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(22) {
    --size: 0.8vw;
    --left-ini: -2vw;
    --left-end: 5vw;
    left: 37vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(23) {
    --size: 0.6vw;
    --left-ini: 9vw;
    --left-end: 6vw;
    left: 12vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -1s;
}

.snowflake:nth-child(24) {
    --size: 0.4vw;
    --left-ini: -5vw;
    --left-end: 5vw;
    left: 9vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -3s;
}

.snowflake:nth-child(25) {
    --size: 1vw;
    --left-ini: 0vw;
    --left-end: -1vw;
    left: 24vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(26) {
    --size: 0.4vw;
    --left-ini: 7vw;
    --left-end: 10vw;
    left: 7vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(27) {
    --size: 0.2vw;
    --left-ini: 2vw;
    --left-end: -8vw;
    left: 46vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -8s;
}

.snowflake:nth-child(28) {
    --size: 0.6vw;
    --left-ini: -8vw;
    --left-end: 5vw;
    left: 86vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(29) {
    --size: 0.2vw;
    --left-ini: -7vw;
    --left-end: -8vw;
    left: 96vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(30) {
    --size: 1vw;
    --left-ini: 4vw;
    --left-end: -1vw;
    left: 99vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(31) {
    --size: 0.6vw;
    --left-ini: 3vw;
    --left-end: 1vw;
    left: 18vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(32) {
    --size: 1vw;
    --left-ini: 6vw;
    --left-end: 9vw;
    left: 1vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(33) {
    --size: 0.2vw;
    --left-ini: -2vw;
    --left-end: -7vw;
    left: 95vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(34) {
    --size: 0.4vw;
    --left-ini: 3vw;
    --left-end: 0vw;
    left: 87vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -7s;
}

.snowflake:nth-child(35) {
    --size: 1vw;
    --left-ini: 9vw;
    --left-end: -2vw;
    left: 76vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(36) {
    --size: 0.4vw;
    --left-ini: -6vw;
    --left-end: -7vw;
    left: 96vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(37) {
    --size: 1vw;
    --left-ini: 5vw;
    --left-end: -8vw;
    left: 22vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(38) {
    --size: 0.8vw;
    --left-ini: -8vw;
    --left-end: 9vw;
    left: 23vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -1s;
}

.snowflake:nth-child(39) {
    --size: 0.2vw;
    --left-ini: 0vw;
    --left-end: 2vw;
    left: 55vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(40) {
    --size: 0.2vw;
    --left-ini: -5vw;
    --left-end: -4vw;
    left: 64vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -7s;
}

.snowflake:nth-child(41) {
    --size: 0.4vw;
    --left-ini: 1vw;
    --left-end: -2vw;
    left: 6vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(42) {
    --size: 0.8vw;
    --left-ini: 9vw;
    --left-end: -2vw;
    left: 76vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(43) {
    --size: 0.8vw;
    --left-ini: -2vw;
    --left-end: -6vw;
    left: 31vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(44) {
    --size: 0.8vw;
    --left-ini: -5vw;
    --left-end: 10vw;
    left: 49vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(45) {
    --size: 1vw;
    --left-ini: 4vw;
    --left-end: 6vw;
    left: 39vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -1s;
}

.snowflake:nth-child(46) {
    --size: 0.6vw;
    --left-ini: -6vw;
    --left-end: -5vw;
    left: 65vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(47) {
    --size: 0.6vw;
    --left-ini: 6vw;
    --left-end: 9vw;
    left: 63vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(48) {
    --size: 0.8vw;
    --left-ini: -2vw;
    --left-end: 9vw;
    left: 16vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(49) {
    --size: 1vw;
    --left-ini: -9vw;
    --left-end: 5vw;
    left: 90vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(50) {
    --size: 0.6vw;
    --left-ini: 2vw;
    --left-end: -1vw;
    left: 38vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -10s;
}
.snowflake:nth-child(6n) {
    filter: blur(1px);
} 
*/
/***/
