/* ---- forgot password ---- */
.reg-page .field-label {
  font-size: 14px;
  color: #222;
  line-height: 20px; }
.reg-page .inputbox {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 16px;
  line-height: 20px; }
.reg-page .select-dropdown.inputbox {
  width: 100%;
  border: none;
  padding: 0; }
  .reg-page .select-dropdown.inputbox.select2-container-active .select2-choice {
    border-color: #3498db; }
  .reg-page .select-dropdown.inputbox .select2-choice {
    height: 38px;
    padding: 5px 8px 5px 8px;
    border: 1px solid #CCC;
    border-radius: 4px;
    background-image: none;
    font-size: 16px; }
    .reg-page .select-dropdown.inputbox .select2-choice .select2-arrow {
      display: none;
      background: none;
      width: 20px;
      top: 4px;
      border-left: none; }
    .reg-page .select-dropdown.inputbox .select2-choice .select2-chosen {
      margin-right: 0px; }
  .reg-page .select-dropdown.inputbox .select2-choice {
    padding-right: 0px; }
    .reg-page .select-dropdown.inputbox .select2-choice .select2-arrow {
      display: block; }

/* -- end forgot password -- */

/*# sourceMappingURL=registration_pages.css.map */
