/* ===

Theme Name: Hey Victor
Author: Koval Web
Author URI: https://kovalweb.com/
Description: Website development by Koval Web
Tags: html5, css3, sass, js, gulp, bootstrap grid
Version: 1.0

=== */
.form-container {
    max-width: 50rem;
    margin: 0 auto;
}

.form-container .form-labeled._lg {
    font-weight: bold;
    margin-top: 0.5rem;
}

.form-container .hv-form-wrapper {
    text-align: center;
}

.form-container .hv-form-wrapper .hv-form {
    text-align: left;
}

.form-container .hv-form-confirmation-message {
    text-align: center;
}

.form-container .btn {
    min-width: 12.5rem;
}

.form-container._clear {
    padding: 0;
}

.form-disclaimer {
    font-size: 0.8125rem;
    margin-top: 1rem;
}