* {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input,textarea {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}
input:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: inherit !important;
    color: inherit !important;
}
input[type=submit],
input[type=button]{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

BODY.login-page{
    --vxLoginBoxHeight: 100%;
    --vxLoginBoxWidth: 100%;
    --rightBoxWidth: 50%;
    --leftBoxWidth: calc(50% + 143px);
    --vxLoginBoxBG: #ffffff;
    --vxImageLeftPosition:0px;

    --vxLogoContainerLeftMargin: 3vw;
    --vxLogoContainerTopMargin: 7vh;

    --vxInvalidColor: #F1592A;

    margin:0;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    font-size: var(--vxFontSize);
    background: var(--vxBodyBackground);
    height: 100%;
    width: 100%;
}


div.login-container {
    width: var(--vxLoginBoxWidth);
    height: var(--vxLoginBoxHeight);
    margin: 0 auto;
    background-color: var(--vxLoginBoxBG);
    position: absolute;
    left: calc(50% - calc(var(--vxLoginBoxWidth) / 2));
    top: calc(50% - calc(var(--vxLoginBoxHeight) / 2));
    box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.03);
    /*text-align: center;*/
}

.login-leftside,
.login-rightside{
    height: var(--vxLoginBoxHeight);
    display: inline-block;
    float: left;
    text-align: center;
}
.login-leftside{
    width: var(--leftBoxWidth);
}
.login-rightside{
    width: var(--rightBoxWidth);
}
.decoration-view{
    background: var(--vxAppColor);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.group-1440x630 {
    height: 100%;
    width: 100%;
}

.decoration-view i{
    color: #a5a5a5;
    position: absolute;
    font-size: 120px;
    text-shadow: 0px -1px 2px #2e353d;
}
.decoration-view i:nth-of-type(1){
    top: 25%;
    left: 20%;
    z-index: 1;
}
.decoration-view i:nth-of-type(2){
    top: 34%;
    left: 44%;
    z-index: 0;
}
.decoration-view i:nth-of-type(3){
    top: 45%;
    left: 25%;
    z-index: 2;
}
.decoration-view i:nth-of-type(4){
    font-size: 20px;
    bottom: 10px;
    right: 10px;
    color: #ffffff;
}

/*div#login-logo {*/
/*    margin: 5% auto;*/
/*}*/

.login-container .login-content,
.forgotPassword-msg-content{
    overflow: auto;
    /*height: calc(100% - var(--vxLogoContainerTopMargin) - 60px);*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    height: 100%;
    margin-top: calc(-60px - var(--vxLogoContainerTopMargin));
}
.forgotPassword-msg-content .msg{
    text-transform: uppercase;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: #393939;
}
.forgotPassword-msg-content .msg:after{
    content: ' ';
    height: 1px;
    background: var(--vxInvalidColor);
    display: block;
    margin-top: 13px;
}
.forgotPassword-msg-content p{
    margin: 15px 0;
    width: 500px;
}
.forgotPassword-msg-content a.back-btn{
    width: 30px;
    height: 17px;
    object-fit: contain;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: var(--vxInvalidColor);
    text-decoration: underline;
    cursor: pointer;
}
.forgotPassword-msg-content a.back-btn:hover{
    text-decoration: none;
}

.input-container{
    --errorText: '';
}
.input-container input.invalid{
    border: solid 1px var(--vxInvalidColor);
}
.input-container.invalid{
    box-shadow: 0 0 6px 0 rgba(230, 65, 60, 0.4);
    border: solid 1px #ff0000;
    background-color: #ffffff;
    margin-bottom:30px;
}
.input-container.invalid:after{
    content: var(--errorText);
    float: left;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #ff0000;
    height: 20px;
    position: relative;

    margin-top: 5px;
}

.input-container i {
    float: left;
    width: 40px;
    height: 40px;
    color: #f05a1a;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
}
.input-container label{
    float: left;
    height: 20px;
    line-height: 25px;
    font-size: 11px;
    width: calc(100% - 50px);
    color: var(--vxAppColorDisabled);
    display: none;
}
.input-container input{
    outline: none;
    border: 1px solid transparent;
}
.logo {
    position: relative;
    object-fit: contain;
    max-height: 45px;
    vertical-align: middle;
}

.second-logo{
    /*padding-left: 10px;*/
}

.login-header .logo {
    width: 25px;
    margin-right: 5px;
    top: 7px;
    position: relative;
    margin-left: 3px;
}
.login-btn-container{
    text-align: center;
    overflow: hidden;

    /*margin-top: 52px;*/
}
.login-button{
    color: #ffffff;
    border: 0;
    cursor: pointer;
    outline: none;
    border-radius: 2px;
    width: 220px;
    height: 40px;
    font-size: 14px;

    height: 46px;
    /*Semantic/Button/primary-500*/
    background: #464FE8;
    border-radius: 8px;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
.login-button:focus{
    /*Semantic/Button/primary-500*/
    background: #464FE8;
}
.login-button:hover{
    /*Semantic/Button/primary-550*/
    background: #4049C9;
}
.login-button:active{
    /*Semantic/Button/primary-600*/
    background: #4046A5;
}



div.login-container div.reset-password-content  div.form-field {
    height: 25px;
    padding-right: 7px;

}

.forgotMyPassword{
    width: 100%;
    overflow: hidden;
    margin-top: 32px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */


    /*Semantic/Button/primary-500*/
    color: #464FE8;

}
.forgotMyPassword a{
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    line-height: 20px;
    text-decoration: none;
}
.forgotMyPassword a:hover{
    /*Semantic/Button/primary-550*/
    color: #4049C9;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
}
.forgotMyPassword a:active{
    /*Semantic/Button/primary-600*/
    color: #4046A5;
}

.passwordInput{
    margin-left: 0;
}



div.error-message {
    color: #ffffff;
    margin: -10px 0 10px 0;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    background: var(--vxRed);
    padding: 5px;
}

div.bottom-field{
    padding-bottom: 68px;
}



.vx-notification {
    position: absolute;
    z-index: calc(var(--vxMenuContainerZIndex) + 1);
    width: auto;
    height: auto;
    max-width: 800px;
    max-height: 70px;
    min-width: 200px;
    min-height: 40px;
    top: 48px;
    left: 10px;
    border-radius: var(--vxComponentBorderRadius);
    padding: 10px 20px;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.11);
}
.vx-notification.vx-notification-info{
    color: var(--vxMsgInfoBGColor);
    background: #ffffff;
}
.vx-notification.vx-notification-warn{
    color: var(--vxMsgWarnBGColor);
    background: #ffffff;
}
.vx-notification.vx-notification-success{
    color: var(--vxMsgSuccessBGColor);
    background: #ffffff;
}
.vx-notification.vx-notification-error{
    /*Semantic/Interactive/mandatory*/
    color: var(--vxInvalidColor);
    background: #ffffff;
}
.vx-notification .vx-notification-close {
    position: absolute;
    top: 12px;
    right: 5px;
    width: 15px;
    height: 13px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-align: center;
}
.vx-notification .vx-notification-close:hover{
    color: rgba(255, 255, 255, 0.8);
}
.vx-notification.closeable {
    padding: 10px 30px 10px 10px;
}
.vx-notification .vx-notification-icon {
    float: left;
    margin: 2px 5px 0 0;
}

.login-notification{
    position: relative;
    margin: 32px 0 0 0;
    padding-left: 25px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    box-shadow: none;
    max-height: 100px;
    top: unset;
    left: unset;
    font-size: 14px;
    padding-bottom: 0px;
    min-height: 60px;
    height: 30px;
    border: none;
}
.login-notification:before{
    content: '\f06a';
    font-family: var(--vxFontAwesome);
    color: inherit;
    position: absolute;
    left: 5px;
    top: 5px;
    font-weight: 600;
}
.login-notification:empty,
.login-notification.hide{
    /*display: none;*/
    visibility: hidden;
}

.weclome-msg{
    /*text-transform: uppercase;*/
    /*font-size: 28px;*/
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.11;*/
    letter-spacing: normal;
    /*text-align: center;*/
    /*color: #393939;*/
    margin-bottom: 32px;

    /*font-family: 'DaytonaPro-Regular'; */
    /*font-size: 80px;*/
    /*line-height: 94px;*/
    font-size: 48px;
    line-height: 56px;
    color: #0A233A;
    text-align: left;
    margin-top: 40px;
}





.login-image-container,
.login-form-container{
    height: var(--vxLoginBoxHeight);
    display: inline-block;
    float: left;
    /*text-align: center;*/
}
.login-form-container{
    width: var(--leftBoxWidth);
}
.login-image-container{
    /*width: var(--rightBoxWidth);*/
    width: 980px;

    left: calc(50% + var(--vxImageLeftPosition));
    position: absolute;

}
.vx-login-image{
    width: 100%;
    height: 100%;
}
#login-logo{
    display: flex;
    width: calc(100% - 143px - 3vw);
    height: 60px;
    margin-top: var(--vxLogoContainerTopMargin);
    margin-left: var(--vxLogoContainerLeftMargin);
    padding: 8px;
    align-items: center;
}
.logo{
    position: relative;
    object-fit: contain;

    height: 45px;
    max-height: 45px;
    width: auto;
}
.second-logo{
    margin-left: auto;
}

.login-content{
    /*height: calc(100% - 160px);*/
    height: calc(100% - var(--vxLogoContainerTopMargin) - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.vx-login-container{
    /*height: fit-content;*/
    /*height: 479px;*/
    /*height: 100%;*/
    width: 363px;
}
.login-container.change_password .vx-login-container{
    width: 415px;
}
.vx-login-label{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--vxTextPrimary);
}
.mandatory-image{
    margin-left: 4px;
    font-size: 8px;
    /*Semantic/Interactive/mandatory*/
    color: var(--vxInvalidColor);
    position: relative;
    top: -3px;
}
.input-container{
    height: 38px;
    /*Semantic/Bg/gray-100*/
    background: var(--semantic-bg-gray-100, #F5F6FA);
    border-radius: 6px;
    margin-top: 8px;
}
.input-container:hover{
    border-radius: 6px;
    /*border: 1px solid var(--semantic-interactive-selected, #464FE8);*/
    /*background: var(--semantic-bg-gray-100, #F5F6FA);*/
}
.input-container input:focus{
    /*Semantic/Bg/white*/
    background: #FFFFFF !important;
    border-radius: 6px;
    border: 1px solid var(--semantic-interactive-selected, #464FE8);
    outline: #E7EAFD solid 4px;
    /*border-radius: 8px;*/
    /*border: 4px solid var(--semantic-interactive-focus, #E7EAFD);*/
}
.input-container input.invalid:focus{
    /*Semantic/Bg/white*/
    background: #FFFFFF !important;
    border-radius: 6px;
    /*Semantic/Interactive/mandatory*/
    border: 1px solid var(--vxInvalidColor);
    outline: #E7EAFD solid 4px;
}
.input-container input:hover{
    /*Semantic/Interactive/selected*/
    color: #464FE8 !important;
    border-radius: 6px;
    border: 1px solid var(--semantic-interactive-selected, #464FE8);
}
.input-container input.invalid:hover{
    /*Semantic/Interactive/mandatory*/
    color: var(--vxInvalidColor) !important;
    border-radius: 6px;
    /*Global/brand-new/orange/350*/
    border: 1px solid #E49183;
}
.input-container input:active{
    /*Semantic/Bg/blue-100*/
    background: #E7EAFD !important;
    border-radius: 6px;
    border: 1px solid var(--semantic-interactive-selected, #464FE8);
    outline:none !important;
}
.input-container input.invalid:active{
    /*Semantic/Bg/orange-20*/
    background: #FCF1EF !important;
    border-radius: 6px;
    /*Semantic/Interactive/mandatory*/
    border: 1px solid var(--vxInvalidColor);
    color: var(--vxInvalidColor) !important;
    outline:none !important;
}
.input-container:active{
    /*border-radius: 6px;*/
    /*border: 1px solid var(--semantic-interactive-selected, #464FE8);*/
    /*background: var(--semantic-bg-blue-100, #E7EAFD);*/
}
.userInput{
    background: #F6F6F6;
    border-radius: 6px;
    border-width: 0px;
    padding: 10px 12px 9px 16px;
    width: 100%;
    outline: none;
}
.user-name-container{
    margin-bottom: 32px;
}


/*Handle resolution more than 1920x1080 (2k/4k)*/
@media  screen and (min-width: 1921px){
    .login-image-container{
        width: 50%;
    }
}
@media  screen and (min-height: 700px) and (max-height: 800px) {
    BODY.login-page{
        --vxLogoContainerTopMargin: 5vh;
    }
}
@media  screen and (max-height: 700px){
    BODY.login-page{
        --vxLogoContainerTopMargin: 0vh;
    }
}


/*Hide the image*/
@media  screen and (max-width: 765px) {
    .login-image-container{
        display: none;
    }
    .login-form-container {
        width: 100%;
    }
}


/*Hide the logo*/
@media  screen and (max-height: 500px) {
    #login-logo{
        display: none;
    }
    .login-content {
        height: 100%;
    }
    .login-container .login-content,
    .forgotPassword-msg-content{
        margin-top: 0px;
    }
}

.userInput:-webkit-autofill{
    /*Semantic/Bg/gray-100*/
    -webkit-box-shadow: 0 0 0px 1000px #F5F6FA inset !important;
}
.userInput:-webkit-autofill:focus
{
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
.userInput.invalid:-webkit-autofill:focus
{
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
.userInput:-webkit-autofill:hover
{
    /*Semantic/Bg/gray-100*/
    -webkit-box-shadow: 0 0 0px 1000px #F5F6FA inset !important;
    /*Semantic/Interactive/selected*/
    -webkit-text-fill-color: #464FE8 !important;
}
.userInput.invalid:-webkit-autofill:hover
{
    /*Semantic/Bg/gray-100*/
    -webkit-box-shadow: 0 0 0px 1000px #F5F6FA inset !important;
    /*Semantic/Interactive/selected*/
    -webkit-text-fill-color: var(--vxInvalidColor) !important;
}
.userInput:-webkit-autofill:active
{
    /*Semantic/Bg/blue-100*/
    -webkit-box-shadow: 0 0 0px 1000px #E7EAFD inset !important;
}
.userInput.invalid:-webkit-autofill:active
{
    /*Semantic/Bg/blue-100*/
    -webkit-box-shadow: 0 0 0px 1000px #FCF1EF inset !important;
}
.login-form{
    margin-bottom: 0px;
}
.login-container.change_password .login-notification{
    min-height: 80px;
}