body {
  font-family: 'Montserrat', sans-serif;
}
.uye-alan{
	text-align:center;
}
.KPSLoadingContainer {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  position: relative;
  margin-top: 120px;
  z-index: 9999;
}

.KPSLoading {
  margin-left: 50%;
  transform: translate(-50%, -15%);
}

.EmailLoading {
  margin-left: 50%;
  transform: translate(-50%, 10%);
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #1774e3 !important;
}
.btn-primary {
  color: #fff;
  background-color: #f3a83b !important;
  border-color: #f3a83b !important;
}

.btn-secondary {
    color: #fff;
    background-color: #1C6D42;
    border-color: #1C6D42;

}
.transition {
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}

.step_box {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-between;
  height: 125px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  font-weight: 600;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  text-align: center;
  vertical-align: middle;
}

.step_box .step_text {
  display: inline-block;
  vertical-align: middle;
}
.step_box img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.green_box {
  background-color: #1C6D42 !important;
  color: #fff !important;
}

.ball-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.ball {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1C6D42;
}

.ball:not(.last-ball)::after {
  content: "";
  width: 100px;
  height: 2px;
  margin-top: 8px;
  margin-left: 30px;
  display: block;
  border-radius: 50%;
  background-color: #1C6D42;
}

.white-ball {
  background-color: transparent;
  border: 2px solid #1C6D42;
}

.contract label {
  font-weight: 700 !important;
}

.react-datepicker {
  font-size: 1em !important;
}
.react-datepicker__header {
  padding-top: 0.8em !important;
}
.react-datepicker__month {
  margin: 0.4em 1em !important;
}
.react-datepicker__day-name, .react-datepicker__day {
  width: 1.9em !important;
  line-height: 1.9em !important;
  margin: 0.166em !important;
}
.react-datepicker__current-month {
  font-size: 1em !important;
}
.react-datepicker__navigation {
  top: 1em !important;
  line-height: 1.7em !important;
  border: 0.45em solid transparent !important;
}
.react-datepicker__navigation--previous {
  left: 1em !important;
}
.react-datepicker__navigation--next {
  right: 1em !important;
}
.react-datepicker__year-read-view--down-arrow {
  top: 3px !important;
}


.information {
  text-align: center;
  margin: 0px auto;
  background-color: rgba(24, 99, 58, 0.9);
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding: 15px;
}
.bg {
  background: url("../assets/images/bg.jpg") #01aff6 center center no-repeat;
  background-size: cover;
}
.form-message{
  color: #ff9090;
  font-size: 15px;
  text-align: center;
  margin: 10px;
}
.bg header {
  padding-top: 35px;
  padding-bottom: 55px;
}

.bg header::before {
  content: "";
  position: absolute;
  height: 150px;
  width: 100%;
  top: 0;
  background: url("../assets/images/bg.png") rgba(24, 99, 58, 0.9) center no-repeat;
  background-size: cover;
}

.bg header .logo {
  display: block;
  position: relative;
  margin-top: 20px;
}
.bg header .header_right {
  display: flex;
  align-items: center;
}
.bg header .header_right .hr_box {
  align-items: flex-end;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 10px auto 0 auto;
  text-decoration: none;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.bg header .header_right .hr_box:hover {
  text-decoration: none;
  text-shadow: 0 3px 5px #000;
}
.bg header .header_right .hr_box > img {
  margin-right: 6px;
}

.text_box {
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #000;
  margin-top: 180px;
}
.text_box strong {
  display: block;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.form_box {
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid rgba(24, 99, 58, 0.9);
  padding: 50px;
  margin:90px 0px;
}
.form_box > strong {
  font-size: 32px;
  color: #000;
  display: block;
}
.form_box > span {
  font-size: 14px;
  color: #000;
  display: block;
  margin-bottom: 30px;
}
.form_box .form-group {
  border: solid 1px #1C6D42;
  border-radius: 16px;
  height: 60px;
  margin-bottom: 30px;
  display: flex;
}
.form_box .form-group > label {
  line-height: 60px;
  height: 58px;
  margin: 0px;
  background-color: transparent;
  padding-left: 20px;
  border-radius: 30px 0px 0 30px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  min-width: 180px;
}

.PhoneInputInput {
  border: 0px;
  background: white;
  outline: none;
  font-size: 16px;
  color: rgba(42,81,78,1);
  padding: 0 20px;
  width: 100%;
  height: 58px;
  border-radius: 30px;
}
.verifyLabel{
  background: transparent!important;
  min-width: 75px !important;
}
.verifyLabel > span{
  color: black !important;
}
.form_box .form-group .form-control {
  border: 0px;
  background: transparent;
  outline: none;
  font-size: 16px;
  color: black;
  padding: 0 20px;
  width: 100%;
  height: 58px;
  border-radius: 0px 30px 30px 0px;
}
#on{	
	position:relative;
	top:15px;
}
#arka{	
	position:relative;
	top:15px;
}
.form_box .form-group .form-control::placeholder {
  color: black;
}
.form_box input[type=number]::-webkit-inner-spin-button, .form_box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form_box input[type=number] {
  -moz-appearance: textfield;
}
.PhoneInputInput{
  border:0;
  background-color: transparent;
  color: black;
  font-weight: 600;
}
.form_box .form_button {
  width: 100%;
  height: 55px;
  border-radius: 16px;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(24, 99, 58, 0.9) !important;
  color: #ffffff;
  border: 0;
  outline: none;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.form_box .form_button:hover {
  box-shadow: 0 5px 5px #004284;
}
.form-check {
  margin-bottom: 30px;
}
.form-check > label {
  font-size: 12px;
  color: #1C6D42;
  font-weight: 700;
}
.card-body > .form-check {
  margin-bottom: 0px;
}
.card-body > .form-check > label{
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
  color:#000;

}
.active-card > .card-body > .form-check > label{
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
  color:#fff;
}
.form-check > label .form-check-input {
  appearance: none;
  display: block;
  width: 26px;
  height: 26px;
  background-color: transparent;
  border: 1px solid #1C6D42;
  border-radius: 15px;
  outline: none;
  float: left;
  margin-right: 10px;
}
.form-check > label .form-check-input:checked {
  position: relative;
  border-color: transparent;
  border: 1px solid #ffffff;
  background-color: #1C6D42;
  /* The checkmark */
}
.form-check > label .form-check-input:checked::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  width: 8px;
  height: 12px;
  top: 4px;
  left: 3px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform-origin: bottom right;
  transform: translateX(0) translateY(1px) rotate(45deg);
}
.form-check > label .form-check-input:focus {
  outline: none;
}
.form-check > label > a {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
}
.work_box {
  background: rgba(24, 99, 58, 0.9);
  padding-top: 30px;
}
.work_box span {
  display: flex;
  align-items: center;
}
.work_box span > img {
  margin-right: 10px;
}
.work_box span > strong {
  font-size: 18px;
  color: #ffffff;
}
.work_box p {
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
  padding-bottom: 30px;
}
footer {
  text-align: center;
  font-size: 12px;
  color: #999;
  padding: 15px;
}
@media (min-width: 0) and (max-width: 992px) {
  .text_box {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  .bg header .logo > img {
    height: 60px;
  }
  .bg header .header_right .hr_box {
    margin: 0px auto 0 auto;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .bg {
    background: none;
  }

  .information {
    font-size: 14px;
  }
  .text_box {
    font-size: 32px;
  }
  .bg header .header_right .hr_box {
    font-size: 0;
  }
  .bg header .header_right .hr_box > img {
    width: 50px;
  }
  .form_box > strong {
    font-size: 24px;
  }
  .form_box {
    padding: 20px;
    margin-top: 1rem;
  }
  .form_box .form-group > label {
    line-height: normal;
    padding-top: 15px;
    padding-left: 20px;
    font-size: 12px;
    min-width: 100px;
  }

  .steps {
    display: flex;
    flex-direction: row-reverse;
  }

  .steps .step-boxes {
    flex-grow: .9;
    z-index: 50;
  }

  .steps .step-boxes .step_box {
    height: 70px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .steps .step-balls {
    flex-grow: .1;
  }

  .steps .step-balls .ball-container {
    height: 70px;
    display: flex;
    align-items: center;
  }
  .steps .step-balls .ball-container:first-of-type {
    margin-top: 0;
  }

  .text_box {
    margin-top: 30px;
  }
}

.conractsCard {
  background: #fff !important;
  border-radius: 10px !important;
  transition: .2s all !important;
  min-height: 50vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.conractsCard:hover {
  box-shadow: 0 0 10px #ccc !important;
  background-color: rgb(243, 243, 243) !important;
}

.tcnoInput::-webkit-outer-spin-button,
.tcnoInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.tcnoInput {
  -moz-appearance: textfield;
}
.step-pane {
  display: none;
}
.step-pane.active {
  display: block;
}
