.form-group {
  position: relative;
  background-color: transparent;
  margin-bottom: 16px;
}

.input_counter {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.form-control {
  background-color: #eeeeee;
  color: #505867;
  height: 44px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding-left: 12px;
  padding-right: 12px;
}
.form-control::-moz-placeholder {
  color: #505867;
}
.form-control::placeholder {
  color: #505867;
}

.form-select {
  background-color: #eeeeee;
  color: #505867;
  height: 44px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding-left: 12px;
  padding-right: 12px;
}
.form-select::-moz-placeholder {
  color: #505867;
}
.form-select::placeholder {
  color: #505867;
}
.form-select.dial_code {
  min-width: 120px;
}

textarea.form-control {
  height: 132px;
  min-height: 132px;
}

.phone_cont .form-group:first-child {
  margin-right: 16px;
}

.form-check {
  margin-bottom: 8px;
}
.form-check:last-child {
  margin-bottom: 16px;
}

.form-check-input {
  background-color: #eee;
  border-radius: 2px;
}
.form-check-input:focus {
  box-shadow: none;
}

.form-check-label {
  font-size: 0.75rem;
  color: #505867;
}
.form-check-label a {
  font-size: 0.75rem;
}

.radio_btn + .radio_btn {
  margin-left: 10px;
}

.hide {
  display: none;
}

.text-danger {
  display: block;
}

#gorus_form .phone_cont .form-group:last-child {
  width: 100%;
}

#kurumsal_uyelik_form .phone_cont .form-group:last-child {
  width: 100%;
}

#ihbar_form .phone_cont .form-group:last-child {
  width: 100%;
}

.text-danger {
  font-size: 0.813rem;
}
