.background-container .hp-header{
  background-color: transparent !important;
  border-bottom: solid 0px transparent !important;
}

.background-container .field-error{
  display: none;
}

.background-container .error-text-active{
  display: block;
}

.background-container .iti__selected-flag{
  height: 100% !important;
}

.background-container .iti__flag-container{
  display: none;
}

.background-container .iti--separate-dial-code input[type="tel"]{
  padding-left: 12px !important;
}

.background-container .checkbox-group label{
  font-weight: 100 !important;
}

.background-container{
  height: 100vh !important;
}

@media (max-width: 600px) {
  .background-container{
    height: auto !important;
  }
}