/**
 * Temporary CSS styles to get SaaS looking like the marketplace. Remove once everyone is migrated to the new
 * MP simplified reg form.
 */
.container .row {
    max-width: none !important;
}

.row div[role=main] {
    padding: 0 !important;
}

#rs-registration-form h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 1rem 0 1rem 0;
}

#submit-registration,
.rs-registration-next {
    background-color: rgba(0, 181, 173);
    color: #fff;
    border-radius: 9999px !important;
    border: 0;
}

.rs-fields label {
    margin-bottom: 0.5rem;
}