#form .form-reg {
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
}

.form-reg .form-reg-heading,
.form-reg .checkbox {
    margin-bottom: 10px;
}

.form-reg .checkbox {
    font-weight: normal;
}

.form-reg .form-check-label{
        font-weight: normal;
}

.form-reg .form-group{
    margin-bottom: 5px;
}

.form-reg textarea[name="cus_address"] {
    resize: none;
}

.form-reg .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-reg .form-control:focus {
    z-index: 2;
}

.form-reg input[disabled] {
    background-color: #CCC;
}

.btn-submit {
  background-color: #ef3c73;
  border-color: #603917;
  color: #FFF;
  font-weight: 200;
  text-shadow: 1px 1px 1px #000,1px 1px 1px #000,1px 1px 1px #000,1px 1px 1px #000;

}
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active,
.btn-submit.active {
  background-color: #f77199;
  border-color: #603917;
  color: #FFF;
}
.btn-submit[disabled] {
  background-color: #cf5378;
  border-color: #907864;
  color: #FFF;
}
.btn-submit.disabled:hover,
.btn-submit.disabled:focus,
.btn-submit.disabled:active,
.btn-submit.disabled.active,
.btn-submit[disabled]:hover,
.btn-submit[disabled]:focus,
.btn-submit[disabled]:active,
.btn-submit[disabled].active,
fieldset[disabled] .btn-submit:hover,
fieldset[disabled] .btn-submit:focus,
fieldset[disabled] .btn-submit:active,
fieldset[disabled] .btn-submit.active {
  background-color: #ef3c73;
  border-color: #907864;
  color: #FFF;
}

.input-lg {
      font-size: 18px;
}

.form-reg .form-control-feedback{
  right: 5px;
  top: 5px !important;
}

.form-reg .has-error .help-block {
  color: #ff8300;
}
