﻿/* ============ Form card section ============ */
.form-card-section {
    margin-bottom: 15px;
}

.form-card-section__title {
    color: var(--dark-blue);
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin: 40px 0;
}

.form-card-section__sub-title {
    color: var(--dark-blue);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin: 20px 0;
}

.form-card-section__separator {
    margin: 20px 0;
}

.form-card-section__info {
    align-items: center;
    display: flex;
    margin-bottom: 40px;
}

.form-card-section-icon {
    display: block;
    height: 32px;
    width: 32px;
}

.form-card-section-icon__info {
    background: url("../../images/icons/info.svg") center no-repeat;
}

.form-card-section-icon__error {
    background: url("../../images/icons/error.svg") center no-repeat;
}

.form-card-section__info-text {
    color: var(--dark-blue);
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 12px;
    margin-top: 0;
    margin-bottom: 0;
}