body {
    background: #F9FBFF !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

input {
    height: 2.4rem !important;
}

input::placeholder {
  color: #848CB4;
  opacity: 1;
}

.auth-form-card, .auth-form-card h5, .auth-form-card p, .auth-form-card a, .auth-form-card input, .auth-form-card button {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.auth-form-card{
    background: #ffffff;
    border-radius: 0.625rem;
    box-shadow: 0 0.25rem 1.125rem rgba(0, 0, 0, 0.08);
    padding: 2.4rem 2.725rem 2.25rem;
    border: 0.0625rem solid #e8edf5;
    width: max(26rem, 55.5%);
}

.auth-form-card h5 {
    font-size: 1.25rem;
}

.auth-form-card p {
    font-size: 0.875rem;
    line-height: 1.5;
}

.auth-form-card input[type=email] {
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
    border: 0.075rem solid #cccccc;
    border-radius: 0.25rem;
    background: #fff;
}

.auth-form-card input[type=email]:focus {
    border-color: #2d66e0;
    box-shadow: 0 0 0 0.1875rem rgba(45, 102, 224, .15);
    outline: 0;
}

.auth-form-card .btn-primary {
    background: #2d66e0;
    border-color: #2d66e0;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.625rem 1rem;
}

.auth-form-card .btn-primary:hover {
    background: #1f4fae;
    border-color: #1f4fae;
}

.auth-form-card ul.list-unstyled {
    text-align: center;
    margin-top: 0.7rem;
}

small {
    font-size: 80% !important;
}

.auth-form-card ul.list-unstyled li.text-danger {
    text-align: center;
}

.auth-form-card ul.list-unstyled li.text-danger i {
    display: none !important;
}

.password-reset-card {
    max-width: clamp(28rem, 22rem + 2vw, 30rem);
}

.password-reset-card h5 {
    font-size: clamp(1.25rem, 1.2rem + 0.4vw, 1.5rem); /* Adaptive from original 20px to previous 24px */
    font-weight: 600;
    color: #000;
}

.password-reset-card p {
    color: #323858;
    font-weight: 400;
}

.back-to-login-link {
    font-size: 0.8125rem; /* 13px */
    text-decoration: underline;
    color: #4F5888;
}

@media (max-width: 500px){
    .auth-form-card {
        width: 100%;
    }
}

@media (min-width: 137.5rem) and (max-width: 159.99rem) { /* ~2200px to <2560px */
    .password-reset-card {
        max-width: clamp(36rem, 32rem + 5vw, 52rem);
    }

    .password-reset-card h5 {
        font-size: clamp(1.6rem, 1.4rem + 0.6vw, 2.2rem);
    }

    .password-reset-card p {
        font-size: 1rem;
    }

    .password-reset-card input[type=email] {
        font-size: 1rem;
        padding: 0.95rem 1.15rem;
    }

    .password-reset-card .btn-primary {
        font-size: 1rem;
        padding: 0.95rem 1.3rem;
    }

    .back-to-login-link {
        font-size: 0.9rem;
    }

    small {
        font-size: 120% !important;
    }
}

@media (min-width: 160rem) {
    .password-reset-card {
        max-width: clamp(36rem, 32rem + 5vw, 52rem);
    }

    .password-reset-card h5 {
        font-size: clamp(1.6rem, 1.4rem + 0.6vw, 2.2rem);
    }

    .password-reset-card p {
        font-size: 1rem;
    }

    .password-reset-card input[type=email] {
        font-size: 1rem;
        padding: 0.95rem 1.15rem;
    }

    .password-reset-card .btn-primary {
        font-size: 1rem;
        padding: 0.95rem 1.3rem;
    }

    .back-to-login-link {
        font-size: 0.9rem;
    }

    small {
        font-size: 120% !important;
    }
}

@media (min-width: 240rem) {
    .password-reset-card {
        max-width: clamp(51rem, 48rem + 9vw, 84rem);
    }

    .auth-form-card {
        padding: 4.5rem 5.5rem 4rem;
        width: clamp(55rem, 32rem + 5vw, 50rem);
    }

    .password-reset-card h5 {
        font-size: clamp(3rem, 2.4rem + 1.8vw, 3.3rem);
        margin-bottom: 1rem !important;
    }

    .password-reset-card p {
        font-size: 1.725rem;
        margin-bottom: 1rem !important;
    }

    .password-reset-card input[type=email] {
        font-size: 1.725rem;
        padding: 1.5rem 1.875rem;
        margin-bottom: 1rem !important;
        height: 4.4rem !important;
    }

    .password-reset-card .btn-primary {
        font-size: 1.725rem;
        padding: 1.5rem 2.25rem;
        margin-bottom: 1.7rem !important;
        margin-top: 1.7rem !important;
    }

    .back-to-login-link {
        font-size: 1.5rem;
        margin-top: 1.7rem !important;
    }

    small {
        font-size: 180% !important;
    }
}

.password-requirements-p{
    font-size: 1.2rem !important;
}

label{
    font-size: 0.9rem !important;
    color: #464E78;
}

.info-p{
    font-size: 0.9rem !important;
}