.bi-teacher{
    content: url(/static/images/sw.svg);
}

.btn-teacher{
    --bs-btn-color: #fff;
    --bs-btn-bg: #354896;
    --bs-btn-border-color: #354896;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6075ca;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5pxrgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-ms{
    --bs-btn-color: #fff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6b6b6b;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5pxrgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}

.login-page .quote-box {
    padding-bottom: 225px;
}
.login-page .yellow-raising-hands-bot {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: -10px;
    height: 159px;
}

.login-page .orange-bot {
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: -10px;
    height: 208px;
}

.login-page .gray-bot {
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 62px;
    height: 111px;
}

.login-page .separator {
    border-top: 1px solid #000;
    width: 56px;
    height: 1px;
    display: inline-block;
}

.login-page .new-methods-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #878787;
}

.login-code-link{
    color:#394d4f;
    font-size: 16px;
}

.login-code-link a{
    color:#354896;
    font-weight: 500;
}

.fork-card {
    width: 250px;
    height: 278px;
    background: #FECB5F;
    border-radius: 4px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.25);
    padding: 0px;
    cursor: pointer;
}

.fork-card .fork-card-header-text {
    color: #000;
    text-align: center;
    font-family: El Messiri;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    margin-top: 26px;
}

.fork-card .fork-card-header-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #FDFCF8;
    border-radius: 4px;
}

.fork-card-body {
    line-height: 20px;
    padding: 3px 10px 3px 10px;
}

.login-form {
    min-width: 280px;
    width: 100%;
    max-width: 320px;
}

.form-check-input {
    cursor: pointer;
}

.reset-password-form {
    min-width: 280px;
    width: 100%;
    max-width: 520px;
}

.form-check-input:checked {
    background-color: #354896;
    border-color: #354896;
}
.terms-label {
    font-size: 14px;
    color: #898989;
}

.login-instruction {
    font-size: 13px;
    color: #898989;

}

.login-instruction a, .terms-label a {
    color: #898989;
    text-decoration: underline;
}

.login-instruction a:hover, .terms-label a:hover {
    opacity: 0.8;
}

.more-login-options:hover {
    cursor: pointer;
}

.error-message {
    color: #FE6E63;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.login-form .dark-blue-button, .school-signup-box .dark-blue-button, .school-consent-box .dark-blue-button {
    text-align: center;
    width: 100%;
}

.school-signup-box, .school-consent-box {
    width: 100%;
}

.login-vertical-separator {
    border-left: 1px solid #D9D9D9;
    margin: 0px 30px 0px 46px;
}

.login-horizontal-separator {
    border-top: 1px solid #D9D9D9;
    width: 100%;
    margin: 30px 0px 20px 0px;
    position: relative;
}

.login-horizontal-separator-text {
    line-height: 36px;
    display: block;
    clear: both;
    position: absolute;
    padding: 0px 10px;
    width: 160px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFF;
    z-index: 50;
}

.login-vertical-separator::after {
    content: "Or";
    line-height: 36px;
    display: block;
    clear: both;
    position: relative;
    top: 150px;
    left: -10px;
    background-color: #FFF;
}

.separator {
    border-top: 1px solid #000;
    width: 69px;
    height: 1px;
}

.login-box{
    background: #fff;
    padding: 24px 24px 35px 24px;
    border-radius: 6px;
}

.verify-email-box, .reset-password-box {
    min-width: 300px;
}

/* .school-signup-box, .school-consent-box {
    width: 300px;
} */

.school-consent-box .separator {
    border-top: 1px solid #D9D9D9;
    width: 76px;
    height: 1px;
}

.blue-link, .blue-link:active {
    color: #01546B;
    text-decoration: none;
}

.blue-link:hover {
    color: #01546B;
    opacity: 0.8;
}

.agreement-container-title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-align: center;
}

.agreement-container-subtitle {
    font-size: 15px;
    color: #626262;
    text-align: center;
}

.agreement-container {
    outline: 1px solid #56B2C6;
    border: 20px solid #fff;
    border-right: none;
    padding-right: 20px;
    font-size: 16px;
    color: #000;
    height: 234px;
    overflow-y: scroll;
}

.consent-signed-icon {
    width: 20px;
    height: 20px;
}

.consent-signed-container {
    font-size: 14px;
    color: #354896;
}

.school-consent-label {
    font-size: 14px;
    color: #575B6F;
}

.state-list-container, .zip-code-container {
    width: 100%;
}

#zipCode {
    width: 100%;
}

.optional-field-label {
    color: #949494;
    font-size: 14px;
}

.login-form-input {
    border: 1px solid #BDBDBD;
    border-radius: 2px;
    padding: 7px 15px;
    width: 100%;
    font-size: 16px;
}

.login-form-input:focus {
    border-color: #BDBDBD;
}

.school-profile-form .login-form-input {
    padding: 12px 15px;
}

.school-profile-form .select2-selection--multiple {
    padding: 6px 15px;
}

.login-sub-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.back-link {
    color: #5f898e;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-decoration: underline;
    cursor: pointer;
}



.gray-text {
    color: #343B3C;
    font-size: 16px;
    font-style: normal;
    line-height: 22px; /* 144.444% */
}

.login-subtitle{
    margin-top: -4px;
    line-height: 19px;
}

#accountExistsModal .separator {
    width: 62px;
    height: 1px;
    border-top: 3px solid #354896;
}

@media (min-width: 992px) {

    .login-box{
        padding: 70px 70px 35px 70px;
    }

    .school-consent-box {
        padding: 50px 70px 35px 70px!important;
    }

    .login-page .quote-box {
        padding-bottom: 150px;
    }

    .login-page .new-methods-text {
        font-size: 16px;
    }

    .login-page .gray-bot{
        height: 187px;
        right: 110px;
    }

    .login-page .orange-bot {
        height: 350px;
    }

    .login-page .yellow-raising-hands-bot{
        height: 238px;
    }

    .login-form .dark-blue-button, .school-signup-box .dark-blue-button, .school-consent-box .dark-blue-button {
        width: unset;
    }

    .state-list-container, .zip-code-container {
        min-width: 100px;
        max-width: 100%;
        width: unset;
    }

    #zipCode {
        width: 100px;
    }

    .verify-email-box, .reset-password-box {
        min-width: 780px
    }

    .school-signup-box, .school-consent-box {
        width: 780px;
    }
}

@media (min-width: 1200px) {
    .verify-email-box, .reset-password-box {
        min-width: 920px;
    }

    .school-signup-box, .school-consent-box {
        width: 920px;
    }
}