@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;
    width: 480px;
    padding: 0 48px;
    background-color: #fff;
}

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

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

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

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

input.login-input {
    font-size: 16px;
    line-height: 14px;
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 9px;
    box-sizing: border-box;
    border: 1px solid #758FBF;
    background-color: #F4F7FC;
    border-radius: 4px;
    outline: none;
}

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

.login-submit {
    padding: 6px;
    outline: none;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    background-color: #6F46CE;
    border: none;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 40px;
    font-family: Inter, Arial, sans-serif;
    box-sizing: border-box;
}

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

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

.nosso-enabled .login-creds {
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    color: #181E33;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
    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;
}

.nosso-enabled .login-creds:hover {
    background-color: #fff;
    border: 1px solid #BCC8E3;
    color: #4B6AAC;
}

.nosso-enabled .login-creds:focus {
    background-color: #E6E9F5;
    border: 1px solid #4B6AAC;
    color: #08062A;
}

.form-row h3 {
    font-weight: 500;
}

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

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

.login-label-title {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #181E33;
}

.nosso-enabled .login-label {
    width: 100%;
}

.nosso-disabled .login-creds {
    display: none;
}

.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 {
    display: inline-block;
    padding: 8px;
    background-color: #F4FAFF;
    border-radius: 4px;
    border: 2px solid #A0B1D8;
    text-decoration: none;
    align-self: flex-start;
    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 {
    max-width: 1280px;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 600;
}

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

@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;
    }
}
