/* .register-form-wrapper {} */

/* .register-form {} */

.register-form .form-section {
    margin-bottom: 40px !important;
}


@media screen and (min-width: 601px) and (max-width: 1024px) {
    .register-form .form-section {
        margin-bottom: 32px !important;
    }
}

@media screen and (max-width: 600px) {
    .register-form .form-section {
        margin-bottom: 24px !important;
    }
}

.register-form .form-section h3 {
    margin-bottom: 16px;
}

.register-form .fields-separator {
    display: flex !important;
    gap: 16px !important;
    margin-bottom: 16px !important;
    flex-wrap: wrap !important;
}

.register-form .field-wrapper {
    flex: 1;
}

.register-form label {
    font-size: 16px !important;
    display: block !important;
    margin-bottom: 8px !important;
    color: #3E3E3E !important;
}

.register-form .required {
    color: #3E3E3E !important;
}

.register-form input,
.register-form select {
    width: 100% !important;
    padding: 12px !important;
    margin-bottom: 16px !important;
    border-bottom: 1px solid #002559 !important;
    color: #000000 !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    min-height: 49px !important;
}

.register-form select {
    cursor: pointer;
}

.register-form input[type="date"] {
    font-family: inherit;
}

.register-form .checkbox-wrapper {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 16px !important;
}

.register-form .checkbox-wrapper label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

.register-form .checkbox-wrapper input[type="checkbox"] {
    width: 24px !important;
    height: 24px !important;
    margin: 8px 0 0 0 !important;
    flex-shrink: 0 !important;
    border: 1px solid #002559 !important;
    border-radius: 4px !important;
}

.register-form .checkbox-wrapper input[type="checkbox"]:checked {
    background: #002559 !important;
    color: #FFFFFF !important;
}

.register-message {
    margin: 16px 0;
}

.register-error {
    color: #c62828;
    padding: 16px;
    margin-bottom: 16px;
}

.register-success {
    color: #2e7d32;
    padding: 16px;
    margin-bottom: 16px;
}