.button#signup-button-top,
.signup-buttons .button {
    height: 40px;
    box-shadow: 0 4px 8px rgb(37 49 62 / 16%);
    border-radius: 8px;
}

.signup-buttons .button {
    width: 100%;
}

.signup-buttons .button.google {
    background: #FFFFFF;
    color: rgba(0, 0, 0, 0.54);
    font-family: 'Roboto', 'Poppins Regular', sans-serif;
}
.signup-buttons .button.google:hover {
    background-color: #e5e5e5;
}


.signup-buttons .button.email-signup img
{
    position: relative;
    top: 2px;
    height: 15px;
    left: -8px;
}

.signup-buttons .button.google img {
    position: relative;
    top: 3px;
    height: 18px;
}

.button#signup-button-top,
.signup-buttons .button span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.signup-buttons .button span {
    line-height: 16px;
    padding-left: 16px;
}

.signup-buttons .apple-sign-in-button {
    height: 40px;
    margin: 1em auto;
    max-width: 318px;
    cursor: pointer;
}
