.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  color: #fff;
  background-color: rgba(63, 129, 122, 0.9)!important;
}
.btn-primary {
  color: #fff;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(250,214,160,.9) 0%, rgba(233,109,113,.9) 100%);
  border-color: rgba(63, 129, 122, 0.9)!important;
  border: 0px;
}

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

.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%);
}


.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: #666666;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
}
.bg {
  background: url("../images/bg.jpg") #005CB7 center center no-repeat;
  background-size: cover;
}
.form-message{
  color: #ff9090;
  font-size: 15px;
  text-align: center;
  margin: 10px;
}
.bg header {
  padding-top: 20px;
  margin-bottom: 20px;
}
.bg header .logo {
  display: block;
  position: relative;
}
.bg header .header_right {
  display: flex;
  align-items: center;
}
.bg header .header_right .hr_box {
  align-items: flex-end;
  color: #3F817A;
  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 3px #3F817A;
}
.bg header .header_right .hr_box > img {
  margin-right: 10px;
}
.text_box {
  font-size: 30px;
  color: #3F817A;
  margin-top: 180px;
  text-shadow: 2px 3px 5px rgba(0,0,0,0.2) !important;
}
.text_box strong {
  display: block;
}
.text_box ul {
  font-size: 25px;
  margin-left: -18px;
  margin-top: 10px;
}
.form_box {
  background-color: rgba(63, 129, 122, 0.9);
  border-radius: 40px;
  padding: 50px;
  margin:50px 0px;
}
.form_box > strong {
  font-size: 32px;
  color: #ffffff;
  display: block;
}
.form_box > span {
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
}
.form_box .form-group {
  border-radius: 30px;
  height: 60px;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}
.form_box .form-group > label {
  line-height: 60px;
  height: 58px;
  margin: 0px;
  background: black;
  background: linear-gradient(0deg, rgba(42,81,78,1) 0%, rgba(63,110,138,1) 100%);
  padding-left: 25px;
  border-radius: 30px 0px 0 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  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;
}
.verifyLabel > span{
  color: rgba(42,81,78,1) !important;
}
.form_box .form-group .form-control {
  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;


}


.form_box .form-group .form-control::placeholder {
  color: #ffffff;
}
.PhoneInputInput{
  border:0;
  background-color: transparent;
  color: rgba(42,81,78,1)
}
.form_box .form_button {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(63, 129, 122, 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 #E96D71;
}
.form_box .form_button:active {
  background-color: rgba(63, 129, 122, 0.9) !important;
}
.form-check {
  margin-bottom: 30px;
}
.form-check > label {
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
}
.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 #ffffff;
  border-radius: 15px;
  outline: none;
  margin-right: 10px;
}
.form-check > label .form-check-input:checked {
  position: relative;
  border-color: transparent;
  border: 1px solid #ffffff;
  /* 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: #3F817A;
  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: 50px;
    text-align: center;
    margin-bottom: 20px;

  }
  .text_box ul{
    font-size: 23px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .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) {
  .information {
    font-size: 14px;
  }
  .text_box {
    font-size: 29px;
  }
  .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;
  }
  .form_box .form-group > label {
    line-height: normal;
    padding-top: 15px;
    padding-left: 20px;
    font-size: 12px;
    min-width: 100px;
  }
}

.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;
}
