* {
    font-family: Sansation, sans-serif !important;
}

.b24-form-header-title {
    color: #0F3390 !important;
    font-weight: 600 !important;
    font-size: 36px !important;
}
.b24-form-header-description, .b24-form-control-comment, .b24-form-control-label, .b24-form-field-layout-section {
    color: #0F3390 !important;
}
.b24-form-field-layout-section {
    font-weight: 600 !important;
    line-height: normal !important;
}
.b24-form-btn {
    background-color: #0F3390 !important;
    border-radius: 100px !important;
}
.b24-form-sign {
    display: none !important;
}
.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: 5px solid #0F3390 !important;
}
.b24-form-header, .b24-form-content {
    background-color: #FAF9FF !important;
}
.b24-form-header {
    border-bottom: none !important;
}
.b24-form-control-string .b24-form-control, .b24-form-control-list .b24-form-control {
    background-color: #FFF !important;
}
.b24-form-control-string .b24-form-control, .b24-form-control-list .b24-form-control, .b24-form-control-text .b24-form-control, .b24-form-control-select .field-item {
    background-color: #FFF !important;
}
.b24-form-control {
    color: #0F3390 !important;
    border: 1px solid transparent !important;
    font-family: Roboto, sans-serif;
}
.b24-form-control-string .b24-form-control:focus {
    border: 1px solid #0F3390 !important;
}
