.form-wrapper {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.form-wrapper .text-red {
  color: #ee3224 !important;
}

.form-section h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.form-section .account-form>p,
.form-section .reset-pwd-form>p {
  font-size: 20px;
}

.form-section form {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #000000 !important;
}

.form-section .form-border {
  border: 30px solid #ee3224;
  border-radius: 10px;
  padding: 38px 82px 42px;
}

.form-section form .half {
  width: 50%;
}

.form-section form .full {
  width: 100%;
}

.form-section .center {
  text-align: center;
  padding: 0 16px;
}

.form-section .button {
  border-radius: 4px;
  border: none;
  color: #fff !important;
  background-color: #d8d8d8;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  padding: 16px 50px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all .15s;
  width: 400px;
}

.form-section .error-container {
  text-align: left;
}

.form-section .error {
  color: #ee3224;
}

.form-section input.error-field {
  border: 1px solid #ee3224;
}

.form-section .button:focus {
  outline: none !important;
}

.form-section input:not([type="checkbox"]):not([type="radio"]),
.form-section select {
  height: 45px;
  display: block;
  width: 100%;
  padding: 0.625rem;
  border: 1px solid #d8d8d8;
  outline: 0;
  border-radius: 5px;
  font-size: 18px;
  color: #585858;
}

.form-section input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder {
  font-size: 18px;
}

.form-section select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  background-size: auto;
  background: #f6f6f6 url(../png/icon-dropdown-arrow.png) no-repeat right 15px center;
}

.form-section select:focus {
  outline: none;
}

.form-section input:focus {
  outline: none !important;
}

.form-section label {
  text-align: left;
  color: #000;
  font-size: 18px;
  width: 100%;
}

.form-section .checkbox-wrap label {
  font-size: 15px;
}

.form-section label span {
  color: #757575;
}

.form-section label a {
  color: #000 !important;
  border-bottom: 2px solid #000 !important;
}

.form-section .signup-form .submit {
  margin-top: 38px;
  text-align: center;
  display: inline-block;
}

.form-section .submit .button-submit {
  background-color: #ee3224;
  color: #fff;
}

.form-section .signin-form .submit .button-submit {
  width: 100%;
}

.form-section .checkbox-wrap {
  display: flex;
  margin-top: 26px;
}

.form-section .checkbox-wrap+.checkbox-wrap {
  margin-top: 15px;
}

.form-section .checkbox-wrap input {
  margin-right: 10px;
  margin-top: 6px;
}

.form-section .account-form {
  margin: 0 -16px;
}

.form-section .account-form .padded {
  padding: 0 16px;
  margin-bottom: 22px;
  width: 50%;
}

.form-section .account-form .full_width {
  width: 100%;
}

.signup-form .account-form .select-wrapper {
  display: flex;
  justify-content: space-between;
}


.signup-form .account-form .select-wrapper select:first-child {
  width: 40%;
}

.signup-form .account-form .select-wrapper select {
  width: 25%;
}

.signup-form .account-form .no-label {
  margin-top: 28px;
}

.form-section .button-fb {
  background: #436c99;
}

.form-section .signin-form .button-fb {
  width: 100%;
}

.form-section .button-location {
  background: #f7af04;
  color: #000 !important;
  max-height: 45px;
  width: 100%;
  margin-top: 28px;
}

.form-section .button-create {
  background: #f7af04;
  color: #000 !important;
}

.form-section .or-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #51515037;
  margin: 50px 0;
}

.form-section .or-line span {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #51515037;
  color: #757575;
  line-height: 40px;
  text-align: center;
  font-size: 15x;
  bottom: -20px;
  left: calc(50% - 20px);
  background-color: #fff;
}

.form-section .form-links {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
}

.form-section .form-links li {
  padding: 0 15px;
  position: relative;
}

.form-section .note {
  display: block;
  text-align: left;
  margin-top: 15px;
}

.form-section .form-links li:after {
  position: absolute;
  content: '';
  height: 60%;
  width: 2px;
  right: 0;
  top: 5px;
  background-color: #000;
}

.form-section .form-links li:last-child:after {
  display: none;
}

.form-section .form-links li:last-child {
  padding-right: 0;
}

.form-section .form-links li:first-child {
  padding-left: 0;
}

.form-section .form-links li a,
.form-section .form-links li a:hover {
  color: #ee3224;
  border-bottom: 2px solid #ee3224;
  font-size: 18px;
  cursor: pointer;
}

#login-form,
#reset-pwd-form {
  margin-left: -9999px;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .form-section .form-border {
    padding: 38px 40px 42px;
  }
}

@media (max-width: 991.98px) {
  .form-section .form-border {
    padding: 38px 15px 42px;
    border: 5px solid #ee3224;
  }
}

@media (max-width: 767.98px) {
  .form-section .account-form .padded {
    width: 100%;
  }

  .signup-form .account-form .select-wrapper select:first-child {
    width: 36%;
  }

  .signup-form .account-form .select-wrapper select {
    width: 30%;
  }

  .signup-form .account-form .no-label,
  .form-section .button-location {
    margin-top: 0;
  }

  .form-section .button {
    width: 100%;
    font-size: 14px;
  }

  .form-section .account-form>p,
  .form-section .reset-pwd-form>p,
  .form-section label,
  .form-section input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
  .form-section input:not([type="checkbox"]):not([type="radio"]),
  .form-section select {
    font-size: 16px;
  }

  .form-section .form-links li a,
  .form-section .form-links li a:hover {
    font-size: 14px;
  }

  .form-section .account-form>p,
  .form-section .reset-pwd-form>p {
    padding: 0 16px;
  }
}