@font-face {
    font-family: RobotoQweb;
    src: url("/css/fonts/roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

#login_page .form_dl dd         {margin:unset;padding:unset;white-space:unset;line-height:unset}

#login_page fieldset      { align-self: center; }

#login_page legend        {display:none;}

#login_page #login        {margin:0 auto; width: unset; text-align:left;}
#login_page .form_dl dt   {width:33em; margin: auto; padding-bottom:unset;}
#login_page .form_dl dd   {float: unset;padding-bottom:unset}
#login_page .forgot-password-row a { float:right;color:#2B5EEC;margin-right:unset;bottom:25px}

#login_page input[type="text"], #login_page input[type="password"] {border:none;}

html > body#login_page #message { display: none; margin:25px auto}

body#login_page {
    margin: 0;
    background-image: url(../../qglogin/images/bgImage.png);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    overflow-y: auto;
    justify-content: center;
}

#login_page .login-form-wrapper{
    overflow: auto;
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 24px;
    background: linear-gradient(96deg, rgba(254, 254, 254, 0.80) 26.33%, rgba(255, 255, 255, 0.08) 157.43%, rgba(243, 243, 243, 0.80) 157.43%);
    box-shadow: 0 4px 24px -1px rgba(6, 61, 116, 0.16);
}

.other-links {
    font-family: Roboto, 'RobotoQweb';
}
.other-links a {
    text-decoration: none;
}

.other-links a:hover {
    text-decoration: underline;
}

.copyright-footer {
    font-family: Roboto, 'RobotoQweb';
}

#login_page #login-username, #login_page #login-password{
    display: flex;
    padding: 11px 4%;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #C1D7EC;
    background: #FFF;
    position: relative;
}

#login_page .user-input input[type='text'], #login_page .user-input input[type='password']{
    border-radius: 3px 3px 3px 3px;
    background-color: #FFFFFF;
    border: none;
    outline: none;
    width: 100%;
    color: #0E1215;
    font-family: Roboto, 'RobotoQweb';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    align-self: center;
}

#login_page #login_btn{
    padding: 16px 6%;
    width: 100%;
    background: #095FB3;
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.20), 0px 7px 18px 0px rgba(46, 167, 224, 0.18), 0px 4px 8px 0px rgba(46, 167, 224, 0.14);
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    font-family: Roboto, 'RobotoQweb';
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    height: unset !important;
    width: 100% !important;
    margin-top: 0px !important;
    height: 56px !important;
    font-family: Roboto, 'RobotoQweb' !important;
}

#login_page #login_btn:hover {
    background: #248CF3;
}

#login_page #login #error_div {
    color: #212B31;
    text-align: left;
    font-size: 13px;
    font-style: normal;
    font-family: Roboto, 'RobotoQweb';
    line-height: 20px;
    padding: 16px;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #F6C5C0;
    background: #FBE8E6;
    box-shadow: 0 0 4px 0 rgba(220, 236, 218, 0.50);
    width: calc(100% - 50px);
    align-self: center;
    margin-bottom: 5%;
    display: flex;
}

#login_page #login #error_text_div #error_message_text {
    padding-top: 8px !important;
}
#login_page #login #error_div div{
    padding: 0;
}

#login_page #login #error_div #error_wrapper {
    display: flex;
    color: #212B31;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding-right: 12px;
}

#login_page #alert-msg-header{
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding-left: 0px;
}

#login_page .user-icon-cls{
    float: left;
    align-self: flex-start;
    height: 24px;
    width: 24px;
}

.login-form-wrapper #branding_pane {
    margin: 0 5% 10% 5%;
    align-self: center;
}

#login_page .hide-default-password-eye input[type='password']::-ms-reveal,
#login_page .hide-default-password-eye input[type='password']::-ms-clear {
    display: none;
}

#login_page #login-password:focus-within {
    border-color: #528fc9;
}

#login_page .my-auto { 
    /* bootstrap style y stands for Y - axis */
    margin-top: auto;
    margin-bottom: auto; 
}

@media screen and (max-width:1300px) {
    #login_page {
        overflow-y: hidden;
        overflow-x: hidden;
        margin-bottom: 0;
    }

    .login-form-wrapper #branding_pane {
        margin: 0 5% 10% 5%;
        align-self: center;
    }

    #message {
        display: none;
    }
}

@media screen and (max-width:1050px) {
    #login_page {
        /*overflow-y: auto;*/
        overflow-x: hidden;
    }

    .login-form-wrapper #branding_pane {
        margin: 0 5% 10% 5%;
        align-self: center;
    }

    #message {
        display: none;
    }
}

@media screen and (max-width:900px) {
    #message {
        display: none;
    }

    #login_page {
        /*overflow-y: auto;*/
        overflow-x: hidden;
    }

    .login-form-wrapper #branding_pane {
        margin: 0 5% 10% 5%;
        align-self: center;
    }
}
