label{
  font-weight:bold !important;
}
.password-field, .form-type-password, .password-confirm,.password-strength,.password-suggestions {
  width:100% !important;
  max-width:100% !important;
}
.password-strength__meter{
  height:0.2em;
}

.password-suggestions #text{
  color:white;
  background:red;
}
section.section{
  margin:0px !important;
  padding:20px 0 !important;
  text-align:center;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background: #F7941D !important;
    border: 1px solid #ffaf4f !important;
}

#ui-datepicker-div{
    width: auto !important;
}

.ui-datepicker-month{
  border-radius: 0px;
  padding: 5px;
  margin-right: 5px;
}

.ui-datepicker-year{
  border-radius: 0px;
  padding: 5px;
}

.ui-datepicker-header{
  background: none;
  border: none;
}

.ui-datepicker-prev, .ui-datepicker-next{
  margin: 5px 0;
}

.ui-state-default{
  background:white;
}

.webform-submission-user-register-form input[type='text']{
  text-transform: uppercase !important;
}

.error-email:focus{
  outline:0 !important;
  border-width:2px;
  border-color:red;
  border-radius:4px;
