.form-control,
.form-select {
    height: 48px;
    font-size: 16px;
    border-radius: 6px;
}

.form-select {
    width: 100%;
}

.form-control:focus,
.form-select:focus {
    border-color: #085293;
    box-shadow: 0 0 0 0.15rem rgba(13,74,124,0.25);
}

textarea.form-control {
    height: 160px !important;
    resize: none;
}

.btn-custom {
    background-color: #0d4a7c;
    color: #fff;
    padding: 12px 36px;
    font-size: 16px;
    border-radius: 6px;
}

#verify-form .form-control.is-invalid,
#verify-form .form-select.is-invalid {
    border: 1px solid #dc3545;
    padding-right: 3rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 2rem center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

#verify-form .form-control.is-valid,
#verify-form .form-select.is-valid {
    background-color: #d4edda;
    border-color: #28a745;
}

.form-row {
    margin-bottom: 28px;
}

.form-col {
    margin-bottom: 20px;
}

.contacts-right {
    max-width: 380px;
    margin-left: auto;
    padding-right: 40px;
    float: right;
}

.contacts-right h2 {
    color: #e30613;
    font-size: 26px;
    margin-bottom: 15px;
}

.contacts-form .form-control {
    height: 46px;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    font-size: 15px;
}

.textarea-small-gap {
    height: 140px;
    resize: none;
    margin-bottom: 12px;
}

.small-gap {
    margin-bottom: 8px;
}

.btn-custom {
    background: #e30613;
    color: #fff;
    padding: 10px 28px;
    border-radius: 2px;
    font-size: 15px;
    float: right;
}

#form-success {
    display: inline-block;
    width: auto;
    max-width: 90%;
    margin: 20px auto;
    padding: 10px 16px;
    text-align: center;
}

