  body #wrapper.minimal {
    background: #19a0d3;
  }
  .c-minimal-header .area{
    height: 90px;
    display: flex;
    align-items: center;
  }
  .form-holder.c-form-holder{
    background-image: none;
    padding: 150px 0px 150px;
  }
  .form-holder.c-form-holder h1{
    font-size: 36px;
    letter-spacing: 0.5px;
  }
  .form-holder.c-form-holder .head-holder{
    margin: 0px 0px 23px;
  }
  .form-holder.c-form-holder .dev-form .step{
    margin: 0px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.9px;
  }
  .form-holder.c-form-holder button[type="submit"]:hover {
    background: none;
  }
  .form-holder.c-form-holder .c-transparent-btn {
    height: 45px;
    border-radius: 30px;
    border: solid 2px #19a0d3;
    font-size: 16px;
    color: #19a0d3;
    background-color: transparent;
    padding: unset;
    min-width: 150px;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    margin: 0 0 0px;
    position: relative;
    box-shadow: none;
  }
  .form-holder.c-form-holder .transition.hblue:hover {
    color: #ffffff;
    background: #19a0d3;
  }
  .p-required-field {
    margin: 5px;
    letter-spacing: 1px;
    color: #6d6d6d;
    font-weight: 300;
    font-family: "lato", Arial, Helvetica, sans-serif;
    font-size: 16px;
  }
  .p-required-field span{
    color: red;
  }
  .p-have-an-account, .p-have-an-account a{
    color: #ffffff;
    text-align: center;
    font: 300 16px/1.77 "lato", Arial, Helvetica, sans-serif;
  }
  .row.error input[type="password"]{
    border-color: #f00;
    box-shadow: 0 0 3px 1px rgba(255, 0, 0, .5);
    color: #f00;
  }
  .form-holder.c-form-holder #error-messages {
    padding: 0px;
    padding-bottom: 10px;
  } 
  .row.recaptcha{
    margin-top: 15px;
  }
  .advertizer .g-recaptcha.p-recaptcha div{
    margin: auto;
  }
  .row.recaptcha{
    padding: 20px 0 0;
  }
  span.c-terms-and-conditions{
    display: inline-block;
    max-width: 390px; 
  }
  span.c-terms-and-conditions a{
    text-decoration: none;
  }
  .form-subtitle {
    font-size: 2rem;
    margin-bottom: 5px;
    color: grey;
    opacity: .8;
    position: relative;
    display: inline-block;
  }
  .form-subtitle::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: grey;
    opacity: .8;
    position: absolute;
    right: -12px;
    top: 19px
  }
  .form-subtitle::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: grey;
    opacity: .8;
    position: absolute;
    left: -12px;
    top: 19px
  }
  .c-terms-and-conditions-minified {
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
  }
  .fake-input-mt-2 {
    margin-top: 2px !important;
  }
  .row.mt-10 {
    margin-top: 10px
  }
  .row .visible-checkbox {
    width: 14px;
    height: 14px;
    margin-left: 2px
  }
  .row .checkboxes-column label {
    position: relative;
    top: 2px !important;
    opacity: .9;
    color: grey;
    font-size: 14px;
    line-height: 18px;
  }
  .row.error .checkboxes-column {
    border-color: #f00;
    box-shadow: 0 0 3px 2px #f00;
  }
  .row .low-textarea {
    height: 68px !important;
  }