@import url("organisationinformation_custom_css.css");

.trex-customer_logo {
  background: url('images/logga_neg_40px.png') no-repeat;}
.trex-form_banner_wrapper {
  background: #005eb8;}
.trex-form_tab_menu_state_label {
    background-color: #005eb8;}
.upload_wrapper_button, .trex-file_upload_button, .trex-submit_button, .trex-button_cancel_form_class, .trex-button_goto_next_form_page_class, .trex-upload_wrapper_button, .trex-file_upload_button, .trex-submit_button, .trex-button_cancel_form_class, .trex-button_goto_prev_form_page_class, .trex-button_goto_next_form_page_class {
    background-color: #002f6c;}

.trex-form_steps {
  color: #005eb8;
}
.trex-directive_text_caption {
    color: #005eb8;
   }
/* If the screen size is 601px wide or more, set the font-size of trex-form_banner p to 17px */
@media screen and (min-width: 601px) {
.trex-form_banner p {
    font-size: 17px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of trex-form_banner p to 0.75em */
@media screen and (max-width: 600px) {
.trex-form_banner p{
    font-size: 0.75em;;
  }
}

