﻿.your-information-form .left-panel-label {
    margin-bottom: 5px;
}

.form-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.form-title-box {
    margin-top: 30px;
    margin-bottom: 0px;
}

.form-title {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.form-input-box {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 100%;
}

.flex-part-input .form-input-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-label {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 14.88px;
}

.checkbox-label {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.checkbox-label-2 {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-left: 10px;
}

.checkbox-label-3 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.checkbox-field {
    margin-bottom: 10px;
}

.checkbox-field-2 {
    margin-bottom: 0px;
    padding-top: 15px;
    padding-left: 20px;
    font-family: Montserrat, sans-serif;
    line-height: 22px;
    font-weight: 500;
}

.radio-button {
    display: inline-block;
    padding-right: 20px;
}

@media screen and (max-width: 1090px) {
    .checkbox-label-2 {
        margin-left: 0;
        margin-bottom: 10px;
        width: 100%;
    }
}