body {
    background-color: #FAF9F7 !important;
}
input {
    /*font-family: "Montserrat", sans-serif  !important;
    color: #000000;
    padding-left: 10px;
    */
    border-radius: 8px;
    border: 1px solid #0B195F;
}
input:focus {
    outline: 2px solid #0B195F
}

#header_bar {
    background-color: rgba(250, 249, 247, 1.0) !important;
}
button:hover {
    display: inline-flex;
    /*padding: 32px;*/
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    outline: 2px solid #0b195f;
    background: #0B195F;
    box-shadow: 0px 0px 20px 0px #58D7FF;
}

#login_page {
    /*display: grid;
    grid-template-rows: auto 1fr auto;*/
    min-height: 100vh;
}
#forgot_password_page {
    /*display: grid;
    grid-template-rows: auto 1fr auto;*/
    min-height: 100vh;
}


#login_window_frame {
    flex: 1 0 0;
    align-self: stretch;
    display: flex;
    flex-direction: row;
}
.login_forgot_password {
    display: flex;
    flex-direction: column;
    align-self: stretch;
}
#login_box {
    display: flex;
    width: 393px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 12px;
    /*border: 1px solid var(--input-border-default, #D2CDBE);
    background: #FAF9F7;*/
    margin: 0 auto;
    /*margin-left: 20px;*/
}
#login_frame {
    display: flex;
    justify-content: right;
    width: 50%;
    align-items: center;
    /*display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 100px;
    padding-left: 124px;*/
    /*height: 834px;
    padding: 219px 10px 557px 0px;
    flex-direction: column;
    align-items: center;*/
}
#login_frame_text {
    width: 582px;
    flex-shrink: 0;
    color: #000;
    /* H3-48/Bold */
    font-family: "EB Garamond";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
}
.login_frame_text_title {
    color: #000;
    /* Desktop/H2-64/Bold */
    font-family: "EB Garamond";
    font-size: 48pt;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 76.8px */
}
.login_frame_text_detail {
    color: #000;
    font-family: "EB Garamond";
    font-size: 18pt;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
    padding-top: 20px;
}

#login_box_title {
    /*
    color: #000;
    font-family: "EB Garamond";
    font-size: 30pt;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    */
}
.login_box_guidetext {
    align-self: stretch;
    color: #000;
    /* Primary-text-16/Medium */
    /* font-family: Montserrat;*/
    font-size: 12pt;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    position: relative;
    top: -20px;
}
.login_box_prompt {
    color: #0F0F0F;
    font-family: Montserrat;
    font-size: 12pt;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.login_box_input input
{
    width: 340px;
}
#login_box_forgot_password {
    color: #0B195F;
    font-family: Montserrat;
    font-size: 12pt;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    text-decoration: underline;
    padding-top: 7px;
}
.btn_login {
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: #0B195F;
    color: #FCFCFC;
    cursor: pointer;
    border: 0;
    font-family: "Montserrat-medium";
}
.input_login {
    outline: none;
}
#login_error {
    display: inline-flex;
    color: red;
    width: 345px;
}

.login_ok_text {
    display: inline-flex;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 11pt;
    line-height: 24px;
    vertical-align: top;
    position: relative;
    top: -10px;
}
.login_ok_description {
    display: inline-flex;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 9pt;
    line-height: 18px;
    padding-top: 10px;
}

/* Start: language_bar */
#language_bar {
    /* background-color: white; */
    width: 14rem;
    right: 10px;
    position: relative;
}
#curr_language_div {
    cursor: pointer;
    z-index: 10;
    padding: 10px;
    width: 14rem;
    color: #0B195F;
}
#open_language_list {
    cursor: pointer;
}
#close_language_list {
    cursor: pointer;
}
#curr_language {
    font-weight: 600;
    font-size: 12pt;
    padding-left: 8px;
    line-height: 140%;
}
#curr_lang_image {
    position: relative;
    top: -2px;
}
#language_list_div {
    width: 14rem;
    border-top: 1px solid #F3F3F7;
    position: absolute;
    top: 40px;
    z-index: 3;
    background-color: rgba(255, 255, 255, 1.0);
    /*opacity: 1.0;*/
}
#language_list {
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 15px;
    list-style-type: none;
}
#language_list li {
    position: relative;
    vertical-align: top;
    padding-bottom: 10px;
}
.language_name {
    padding-top: 5px;
    color: #0B195F;
    font-size: 12pt;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}
.language_name:hover {
    text-decoration: underline;
}
.language_image {
    position: relative;
    top: -2px;
}
.lang_option {
    cursor: pointer;
}
/* End: language_bar */

/* Start: footer bar */
hr {
    margin: 20px 0;
}
#footer_login
{
    background-color: #E2DFD6;
    display: flex;
    padding: 60px 124px;
    justify-content: left;
    align-items: stretch;
    margin-top: 160px;
}
#footer_login_bar
{
    /*padding-left: 124px;
    margin: auto; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 32px;
    width: 80vw;
}
#footer_bar_top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 64px;
}
#footer_spacing {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    color: #0B195F;
}
.footer_line {
    color: #0B195F;
    border: 1px solid #0B195F;
}
#footer_bar_bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
#footer_bar_bottom_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
#footer_bar_bottom_right {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: end;
}
.footer_title {
    color: #000;
    font-family: "EB Garamond";
    font-size: 16pt;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding-bottom: 10px;
}
.footer_text {
    color: #000;
    font-family: Montserrat;
    font-size: 11pt;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    padding-right: 10px;
    padding-bottom: 10px;
}
#footer_company {
    display: flex;
    /*width: 25%;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /*width: 30%;*/
}
#footer_spacing {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    /*width: 25%;*/
}
#footer_contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    /*width: 25%;*/
}
#footer_site {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    /*width: 25%;*/
}
/* End: footer bar */

