.remember-password-option {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 0.5rem;
    margin: 0.75rem 0 0.25rem;
    width: max-content;
}

.remember-password-option input {
    accent-color: #37beff;
    height: 1rem;
    margin: 0;
    width: 1rem;
}
