input {
  outline: none;
  margin: 0;
  border: none;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
  font-family: inherit;
}

.input--style-4 {
  line-height: 50px;
  background: #F8F9FA;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  padding: 0 20px;
  font-size: 16px;
  color: #212529;
  transition: all 0.4s ease;
}

.input-group {
  position: relative;
  margin-bottom: 22px;
}

.row-space {
  justify-content: space-between;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-15 {
  padding-top: 15px;
}

.m-r-45 {
  margin-right: 45px;
}

.wrapper {
  margin: 0 auto;
}

.wrapper--w680 {
  max-width: 680px;
}

.card {
  margin: 40px 0;
  border-radius: 3px;
  background: white;
}

.card-4 {
  border-radius: 8px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.card-4 .card-body {
  padding: 57px 65px;
}

.label {
  font-size: 16px;
  color: #212529;
  text-transform: capitalize;
  display: block;
  margin-bottom: 5px;
}

.title {
  font-size: 24px;
  color: #212529;
  font-weight: 400;
  margin-bottom: 40px;
}

.radio-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #212529;
  user-select: none;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-container input:checked ~ .checkmark {
  background-color: #F8F9FA;
}

.radio-container input:checked ~ .checkmark:after {
  display: block;
}

.radio-container .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #57b846;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #F8F9FA;
  border-radius: 50%;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.btn--radius-2 {
  border-radius: 5px;
}

@media (max-width: 767px) {
  .card-4 .card-body {
    padding: 50px 40px;
  }
}/*# sourceMappingURL=registerForm.css.map */