.login-options .social-icons li .apple {
    background-color: #000;
    color: #fff;
}

.login-options .social-icons li .apple:hover {
    background-color: #111;
}

.login-options .social-login-basic .social-login.apple-login {
    align-items: center;
    background-color: #000;
    color: #fff;
    gap: 12px;
    justify-content: center;
}

.login-options .social-login-basic .social-login.apple-login:hover {
    background-color: #111;
}

.social-login-apple-icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.social-login-apple-icon svg {
    display: block;
    fill: currentColor;
    height: 1.5rem;
    width: 1.5rem;
}
