.apple-login-btn {
    border: 1px solid #dadce0;
    display: block;
    height: 40px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    color: #3c4043;
    text-decoration: none;
    line-height: 40px;
    font-family: "Google Sans", arial, sans-serif;
    transition: background .15s;
    margin-bottom: 50px;
}

.apple-login-btn:hover {
    background: rgba(66,133,244,.08);
}

.apple-login-btn img {
    float: left;
    margin-top: 8px;
    margin-left: 10px;
}

@media screen and (min-width: : 960px) {
    .content #checkout-register-view a.apple-login-btn {
        width: 50%;
        margin: auto;
    }
}