/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.form.form_about {
}

.custom-form-title {
    font-weight: 600;
    font-size: 14px;
    color: #0D1323;
    margin-bottom: 20px;
}

.custom-form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
}

.custom-form-input label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    color: #8496B8;
}

.custom-form-input input {
    border: 1px solid #647494;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
}

.form-group button.btn {
    font-weight: 500;
    font-size: 16px;
    color: #58585B;
    background: #FEC60C;
    border-radius: 10px;
    padding: 20px 25px;
    border: 0;
    cursor: pointer;
    margin-top: 15px;
}

.abf-radio-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
    padding-left: 0;
}