/* Power of One - Become an Agent Application Form */
.poo-uo-app-form{
  max-width: 640px;
  margin: 24px auto;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  box-shadow: 0 6px 22px rgba(0,0,0,.06);
}
.poo-uo-app-form h3{
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.2;
}
.poo-uo-app-form .notice{
  margin: 12px 0;
  padding: 10px 12px;
  border-radius: 12px;
}
.poo-uo-app-form .notice.notice-success{
  border-left: 4px solid #2e7d32;
  background: rgba(46,125,50,.08);
}
.poo-uo-app-form .notice.notice-error{
  border-left: 4px solid #b71c1c;
  background: rgba(183,28,28,.08);
}
.poo-uo-form p{ margin: 0 0 14px; }
.poo-uo-form label{ font-weight: 700; display:block; }
.poo-uo-input,
.poo-uo-select{
  width: 100%;
  margin-top: 6px;
  padding: 12px 12px;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
}
.poo-uo-file{
  width: 100%;
  margin-top: 8px;
}
.poo-uo-submit{
  width: 100%;
  padding: 12px 16px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: .6px;
  text-transform: uppercase;
  background: #111;
  color: #fff;
}
.poo-uo-submit:hover{ opacity: .92; }
