.congress_app_form {
  width: 90%;
  display: table;
  margin: auto;
  padding: 5%;
  background: #eef1f3;
  margin-top: 20px; }
  .congress_app_form fieldset {
    width: 90%;
    margin: 10px auto;
    display: block; }
    .congress_app_form fieldset .hrf_frm_input {
      width: 100%;
      padding: 5px; }
      .congress_app_form fieldset .hrf_frm_input:focus {
        outline: 3px solid #f8c0d9; }
    .congress_app_form fieldset input.hrf_frm_input_passive:focus {
      outline: none !important; }
    .congress_app_form fieldset label.passive_title_rules {
      color: #959697; }
    .congress_app_form fieldset fieldset {
      width: 30%;
      float: left; }
      .congress_app_form fieldset fieldset input {
        margin-left: 10px; }
  .congress_app_form #hrf_submit {
    width: 50%;
    margin: auto;
    display: block;
    border: none;
    background-color: #f8c0d9;
    color: white;
    padding: 5px 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
    .congress_app_form #hrf_submit:hover {
      background: #6266af; }

.hrf_frm_class {
  width: 70%;
  display: table;
  margin: auto;
  padding: 10%;
  background: #eef1f3;
  margin-top: 20px; }
  .hrf_frm_class fieldset {
    width: 90%;
    margin: 10px auto;
    display: block; }
    .hrf_frm_class fieldset .hrf_frm_input {
      width: 100%;
      padding: 5px; }
      .hrf_frm_class fieldset .hrf_frm_input:focus {
        outline: 3px solid #f8c0d9; }
    .hrf_frm_class fieldset #hrf_submit {
      width: 50%;
      margin: auto;
      display: block;
      border: none;
      background-color: #f8c0d9;
      color: white;
      padding: 5px 0;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
      .hrf_frm_class fieldset #hrf_submit:hover {
        background: #6266af; }

#hrf_form_response {
  text-align: center; }

#hrf_lgn_form {
  float: right;
  margin: 10px 0;
  position: relative; }
  #hrf_lgn_form fieldset {
    float: left;
    margin-right: 10px; }
  #hrf_lgn_form .hrf_frm_input {
    width: 100%;
    padding: 3px; }
  #hrf_lgn_form #hrf_submit {
    width: 80px;
    margin: auto;
    display: block;
    border: none;
    background-color: #6266af;
    color: white;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
    #hrf_lgn_form #hrf_submit:hover {
      background: #f8c0d9; }

#hrf_lgn_response {
  display: none;
  margin: 0;
  position: absolute;
  background: #f8c0d9;
  width: 100%;
  top: -58px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 99999; }
  #hrf_lgn_response #lgn_form_result {
    margin: 0;
    padding: 10px 0; }

#trigon_frm {
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border-width: 16px;
  border-color: #f8c0d9 transparent transparent transparent;
  border-style: solid; }

#lgn_form_result {
  text-align: center;
  color: white; }

#hrf_your_cv {
  height: 100px; }

#hrf_profile_settings fieldset label {
  display: block;
  margin-top: 10px; }

#profile_settings_response {
  width: 100%;
  text-align: center; }

#tjodlogo {
  width: 450px;
  height: auto; }
