@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/InterDisplay-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/InterDisplay-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Inter-Bold.woff2') format('woff2');
}

html,
body {
    height: 100%;
    font-family: Inter, Arial, sans-serif;
    background-color: #EBEBEB;
    margin: 0;
}

input, select {
    font-family: Inter, Arial, sans-serif;
}

#content-container {
    display: flex;
    min-height: 100%;
}

#login-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 48px;
    width: 480px;
    background-color: #fff;
}

.login-title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 600;
}

.login-logo {
    margin-bottom: 24px;
    display: inline-block;
    content: '';
    width: 162px;
    height: 48px;
    background-image: url("../images/nasdaq-logo.svg");
}

.form-container-check__title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 700;
}

.descripton-text {
    font-size: 12px;
    color: #6E6E6E;
}

.error-wrap {
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #E52D38;
    background-color: #FFD4D6;
    padding: 10px;
}

.error-wrap svg {
    flex-shrink: 0;
    margin-right: 8px;
}

.error-label {
    font-size: 14px;
    color: #171717;
    word-break: break-all;
}

.login-label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #171717;
}

.login-label-asterisk {
    margin-right: 4px;
    color: #0080A3;
}

.form-row {
    margin-bottom: 24px;
}

.form-title {
    color: #181E33;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 24px;
}

.login-submit,
.forgot-back {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 12px;
    border: none;
    outline: none;
    border-radius: 4px;
    background-color: #6F46CE;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: 100ms;
    height: 40px;
}

.forgot-back:hover,
.login-submit:hover {
    background-color: #8050ED;
}

.forgot-back:focus,
.login-submit:focus {
    background-color: #5838A4;
}

.forgot-back {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.login-version {
    margin-bottom: 24px;
    font-size: 16px;
    color: #171717;
    font-weight: 600;
}

.form-container form {
    margin-bottom: 0;
}

input.login-input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 8px;
    border: 1px solid #758FBF;
    background-color: #F4F7FC;
    border-radius: 2px;
    font-size: 18px;
    outline: none;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    box-sizing: border-box;
}

input.login-input:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0092BC;
}

.lower {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.check-descripton {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    padding: 10px;
    border: 1px solid #08994A;
    background-color: #E0FFEE;
    border-radius: 4px;
}

.check-descripton svg {
    flex-shrink: 0;
    margin-right: 10px;
}

.check-descripton-text {
    font-size: 14px;
    color: #171717;
    margin: 0;
}

.forgot-back-white {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 8px;
    outline: none;
    background-color: #F4FAFF;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #758FBF;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    color: #181E33;
}

.forgot-back-white:hover {
    background-color: #fff;
    border: 1px solid #BCC8E3;
    color: #4B6AAC;
}

.forgot-back-white:focus {
    background-color: #E6E9F5;
    border: 1px solid #4B6AAC;
    color: #08062A;
}

.column {
    flex: 1;
    padding: 80px;
}

.information-column {
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.information-button {
    background-color: #F4FAFF;
    border: 2px solid #A0B1D8;
    border-radius: 4px;
    padding: 8px;
    align-self: flex-start;
    text-decoration: none;
    display: inline-block;
    color: #181E33;
    font-size: 16px;
    font-weight: 600;
}

.information-button:hover {
    background-color: #fff;
    border-color: #BCC8E3;
    color: #222E4F;
}

.information-button:focus {
    background-color: #E6E9F5;
    border-color: #4B6AAC;
    color: #08062A;
}

.information-text-container {
    margin-bottom: 24px;
}

.information-text-subtitle {
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 28px;
}

.information-text {
    max-width: 1280px;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 600;
}

input {
    font-family: Inter, Arial, sans-serif;
}

@media (max-width: 1366px) {
    .information-text-subtitle {
        font-size: 18px;
    }
    .form-row {
        margin-bottom: 8px;
    }
    #lower {
        margin-top: 24px;
    }
    input.login-input {
        height: 32px;
    }
    .login-submit,
    .login-sso,
    .forgot-back-white,
    .forgot-back {
        height: 32px
    }

    #lower .login-creds, .nosso-enabled .login-creds {
        height: 32px;
    }

    .login-href {
        margin-top: 8px;
    }
    .directory-select-items {
        padding: 0;
    }
    .directory-select-option-disabled {
        height: 32px;
    }
    .directory-select-option {
        height: 32px;
    }
    .login-version {
        margin-bottom: 8px;
    }
    .login-select-wrap::after {
        top: 12px;
    }
    .login-title {
        margin-bottom: 8px;
    }
    .login-logo {
        margin-bottom: 18px;
    }

}
@media (min-width: 2000px) {
    .information-text-subtitle {
        font-size: 48px;
    }
}
