/* 
light blue - #006275
blue - #18344f
dark blue - #09131c 
*/

.form_header {
    color: white;
}

.form_header > .form_label {
    background-color: #006275 !important;
    padding: 4px 7px !important;
}

.form_action > button {
    border: none;
    color: white;
    background-color: #18344f;
    padding: 4px 7px;
}

.form_action > button:hover {
    background-color: #09131c;
}

.form_question[data-required="1"] .form_label::after {
  color: red;
  content: " *";
}

#register_date span[style] {
  color: #7d7d7d!important;
}