div.sign-up-form-header {
    line-height: 1.3;
    font-size: 3rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

#recaptcha-checkbox {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

button.btn.btn-sign-up,
button.btn.btn-sign-up-bottom {
    height: 5rem;
    margin-top: 1rem;
    font: 18px 'lato';
    color: white;
    background-color: #0095d9;
    padding: 0 4rem;
}

#song-referral-signup-form span.error {
    color: red;
}

#song-referral-signup-form input.form-control {
    margin-bottom: 4px;
}

div.bottom-sign-up-button-row {
    justify-content: center;
}

@media screen and (max-width: 991px) {
    div.row.bottom-sign-up-button-row {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    div.name-input-row > div:first-child {
        padding-right: 5px;
    }

    div.name-input-row > div:last-child {
        padding-left: 5px;
    }
}

@media screen and (min-width: 992px) {
    div.row.bottom-sign-up-button-row {
        margin-top: 5rem;
    }
}