.auth-section .auth-form-section .auth-form-container #loginFormCard form .forgot-link, .auth-section .auth-form-section .auth-form-container #resetFormCard .back-to-login-label {
    color: #AEFF24;
    padding: 0;
}

.primary-button {
    color: #000000;
    background-color: #AEFF24;
    cursor: pointer;
    white-space: nowrap;
    border-color: #AEFF24;
    border-radius: .375rem;
    justify-content: center;
    align-items: center;
    padding: .6rem 1rem;
    font-family: inherit;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.25rem;
    display: flex;
}