.apple-button-wrap {
    display: block;
    text-align: center;
    margin-top: 26px;
}

.apple-signin-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    background-color: black;
    color: white;
    border-radius: 5px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    min-height: 38px;
}

.apple-signin-btn svg {
    height: 20px;
    width: 20px;
    margin-right: 12px;
}
