﻿/* Business Sign Up Page - uses styles from site.css and form.css */

.signup-container {
    max-width: 700px;
}

.signup-header {
    text-align: center;
}

.signup-header .headline {
    font-size: 2rem;
    margin-bottom: 10px;
}

.signup-header .sub-headline {
    font-size: 1rem;
    color: #666;
    margin-bottom: 0;
}

#business-signup-form {
    margin-top: 30px;
    padding: 0px;
}

.require-alert {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 30px;
}

.form-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
}

.form-section:last-of-type {
    border-bottom: none;
}

.form-section .section-title {
    font-size: 1.2rem;
    margin-bottom: 15px;
    border-bottom: none;
    padding-bottom: 0;
}

#payment-element {
    margin-top: 10px;
}

/* Tablet and Desktop */
@media (min-width: 600px) {
    .signup-container {
        padding-top: 40px;
    }
}

@media (min-width: 1000px) {
    .signup-container {
        padding-top: 90px;
    }
}
