/* remodal overrides */
.remodal {
    text-align: left;
    color: #525252;
}

.remodal h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 25px;
}

.remodal .form input {
    margin-bottom: 0 !important;
}

.remodal-section {
    margin-bottom: 35px;
}

.remodal-section:last-of-type {
    margin-bottom: 0;
}

.remodal-close {
    left: auto;
    right: 0;
    font-weight: bold;
}
