<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row-form {
  margin-top: 30px;
}
.row-form .req {
  color:red;
}
.row-form {
  font-size:14px;
}
.row-form .form-group {
  margin-bottom: 0;
}
.form-inline.input-name&gt;.form-group:first-child {
  margin-right: 15px;
}
.col-form&gt;.row {
  margin-bottom: 30px;
}
.form-inline label {
  font-weight: normal;
}
.input-zipcode .form-group,.input-addr .form-group:first-child {
  margin-bottom: 10px;
}
.input-addr .form-group input,
.form-group [type=tel],.form-group [type=email],
.form-group [type=password] {
  width:80%;
}
.input-rule .checkbox {
  margin-top: 4px;
}
.input-rule label a {
  text-decoration: underline;
}
.row-ctrl .btn {
  min-width:120px;
}
.row-form .col-sent, .row-form .btn-edit,.row-form .btn-send {
  display: none;
}
.row-form.confirm .btn-edit,.row-form.confirm .btn-send {
  display: inline-block;
}
.row-form.confirm .btn-confirm,
.row-form.confirm .input-name label,
.row-form.confirm .row-email-conf,
.row-form.confirm .row-passwd,
.row-form.confirm.temp-sent .col-form,
.row-form .help-block {
  display: none;
}
.confirm .form-control[disabled], .confirm .form-control[readonly],
.row-form.confirm input, .row-form.confirm textarea, .row-form.confirm select {
  border:none;
  background: #fff;
  box-shadow: none;
  appearance: none;
}
.row-form.confirm.temp-sent .col-sent,
.row-form .help-block.desc,.row-form .has-error .help-block {
  display: block;
}
.row-form p.help-block {
  margin-bottom: 0;
}
.row-form .has-error .checkbox label {
  color:#212121;
}
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 100px white inset !important;
}

@media (max-width: 992px) {

}

@media (max-width: 767px) {
  .row-form .col-form .col-sm-4.text-right {
    text-align: left;
  }
  .input-birthday .form-control {
    width: auto;
    display: inline-block;
  }
  .form-inline.input-name&gt;.form-group:first-child {
    margin-right: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline [for=familyname],
  .form-inline [for=firstname] {
    display: inline-block;
  }
  .form-inline.input-name .form-group {
    margin-bottom: 10px;
  }
  .form-inline.input-name .form-group .form-control {
    width: 60%;
  }
  .col-sent .conf-email {
    font-size: 26px;
    padding: 18px;
  }
}</pre></body></html>