* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #4a4458;
    display: flex;
    min-height: 100vh;
    background-color: #f9f9f9;
}

a {
    color: #4a4458;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover,
a:focus,
.version-label a:hover {
    color: #ff5500;
    outline: none;
}

.container {
    display: flex;
    width: 100%;
    position: relative;
}

.left {
    flex: 3;
    position: relative;
    overflow: hidden;
    background-image: url('../../images/modernv1/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.overlay-logo {
    top: 0.5rem;
    left: 0.5rem;
    height: auto;
    width: 100%;
    max-width: 246px;
    aspect-ratio: 246 / 60;
    object-fit: contain;
    z-index: 2;
}

.right {
    flex: 1;
    position: relative;
    background-color: #fff;
    padding: 2rem;
    box-shadow: -12px 0 24px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 1.5rem;
    position: absolute;
    top: 0;
    font-size: 0.75rem;
}

.footer-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 1.5rem;
    position: absolute;
    bottom: 0;
    font-size: 0.75rem;
    margin-bottom: 5px;
}

.doc-link {
    color: #4a4458;
    text-decoration: none;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.doc-link:hover,
.doc-link:focus {
    color: #ff5500;
    outline: none;
}

.form-wrapper {
    width: 100%;
    max-width: 320px;
    margin: auto;
    position: relative;
}

.form-wrapper img {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto 0 auto;
}

.language-switcher {
    top: 1rem;
    right: 1.5rem;
    color: #4a4458;
    z-index: 10;
}

.language-switcher a {
    text-decoration: none;
    margin: 0 0.25rem;
}

.language-switcher a.active {
    font-weight: 700;
    color: #b40050;
}

.version-label {
    color: #757575;
    position: absolute;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
}

.version-label a {
    color: #757575;
}

.stx-input-form-field {
    width: 100%;
    padding: 0.75rem;
    margin-bottom: 10px;
    border: 1px solid #cac8d4;
    border-radius: 8px;
    font-size: 1rem;
}

.stx-input-form-field::placeholder {
    color: #757575;
}

.stx-input-form-field:focus {
    outline: none;
    border-color: #b40050;
}

.stx_login_button {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0.75rem;
    background-image: linear-gradient(to right, #b40050 40%, #ff5500 60%);
    background-size: 300% 100%;
    transition: background-position 0.5s ease-in-out;
    background-position: 0;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    z-index: 1;
    text-transform: uppercase;
}

.stx_login_button:hover,
.stx_login_button:focus {
    color: white;
    outline: none;
    background-position: 100%;
}

.errors {
    color: #b40050;
    background-color: rgba(180, 0, 80, 0.1);
    border: 1px solid #b40050;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.fa-eye:before{
    content: url("../../images/modernv1/eye-on.svg");
    transform: scale(1.3);
    display: inline-block;
}

.fa-eye-slash:before{
    content: url("../../images/modernv1/eye-off.svg");
    transform: scale(1.3);
    display: inline-block;
}

.stx-eye-field-icon {
    margin-left: -25px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

@font-face{
    font-family:"Font Awesome 5 Free";
    font-style:normal;
    font-weight:900;
    font-display:block;
    src:url(../../fa-solid/fa-solid-900.eot);
    src:url(../../fa-solid/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../fa-solid/fa-solid-900.woff2) format("woff2"),url(../../fa-solid/fa-solid-900.woff) format("woff"),url(../../fa-solid/fa-solid-900.ttf) format("truetype"),url(../../fa-solid/fa-solid-900.svg#fontawesome) format("svg")
}

.title_page {
    font-size: 13px;
    margin: 9px 0 4px 2px;
}

.input-username-form {
    font-size: 13px;
    margin: 9px 0 4px 2px;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .left {
        height: 200px;
        flex: none;
    }

    .right {
        position: relative;
    }

    .language-switcher {
        top: 1rem;
        right: 1rem;
    }

    .overlay-logo {
        max-width: 150px;
    }
}

.stx_photoCredit {
    position: absolute;
    right: 1.5rem;
    color: #757575;
    font-size: 13px;
    z-index: 10;
}

#forgot-password {
    overflow: auto;
}

.stx_forgot_password_link {
    float: right;
    margin-left: 10px;
    margin-bottom: 15px;
}

.stx-login-a-tag {
    font-size: 13px;
    color: #757575;
}

.stx-login-a-tag:hover,
.stx-login-a-tag:focus {
    color: #FF5500;
}

.stx_buttonLvl0 {
    cursor: pointer;
    font-size: 10px;
    padding: 8px 10px;
    border: 1px solid #CAC8D4;
    border-radius: 6px;
    background: #FFFFFF;
    text-transform: uppercase;
    color: #B40050;
}

.stx_buttonLvl1 {
    cursor: pointer;
    font-size: 10px;
    border: 1px solid #CAC8D4;
    border-radius: 6px;
    background: #B40050;
    color: #FFF;
    padding: 8px 10px;
    text-transform: uppercase;
}

.stx_buttonLvl0:hover {
    background: #FFFFFF;
    color: #FF5500;
}

.stx_buttonLvl0:active {
    border-color: #CAC8D4;
    background: #CAC8D4;
    color: #8C0046;
}

.stx_buttonLvl1:hover {
    background: #FF5500;
    color: #FFFFFF;
}

.stx_buttonLvl1:active {
    border-color: #CAC8D4;
    background: #8C0046;
    color: #FFFFFF;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.stx_addon_link {
    text-transform: uppercase;
}

.stx_addon_link {
    background: url("../../images/modernv1/stx_addOnIcon.svg") no-repeat 0 0 / 14px 14px;
    padding-left: 19px !important;
}