.sidebar-reg-form .pc-logo {
  margin: auto;
  width: 40px;
}

.sidebar-reg-form input {
  font-size: 18px;
  background: #f1f1f1;
  border: none;
  box-shadow: none;
}

.sidebar-reg-form .row {
  margin: 20px 0;
}

.sidebar-reg-form .formHelp.hide-until-invalid {
  display: none;
}

.sidebar-reg-form .formHelp.invalid {
  display: block;
  color: #F03240;
}

.sidebar-reg-form .btn-submit {
  display: block;
  width: 100%;
  background: #ff9e16;
  padding: 5px 0;
  margin: 10px 0 0 0;
  border-radius: 4px;
  border: none;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}

.sidebar-reg-form .btn-submit:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-color: #e68500;
}

.sidebar-reg-form .sb-disclaimer {
  color: #999;
  font-size: 11px;
}