*, *:before, *:after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;

}

body {
  background: #fff;
    font-family: 'century gothic'!important;
}

a {
  text-decoration: none;
  color: #12bad7;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
a:hover {
  color: #0e4370;
}

.form {
  padding: 30px 30px 30px 30px;
  width: 100%;
  font-family: :'Century gothic' !important;
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 18px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #0e4370;
  color: #ffffff;
}
.tab-group .active a {
  background: #12bad7;
  color: #ffffff;
}



h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 40px;
}

label {
  position: absolute;
  left: 13px;
  color: #fff !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 18px;
}
input[type='radio']{
pointer-events: all;
}

label .req {
  margin: 2px;
  color: #12bad7;
}

label.active {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  left: 2px;
  font-size: 14px;
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #ffffff;
}

input[type='text'],input[type='tel'],input[type='email'],input[type='date'], textarea ,select{
  font-size: 18px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}

select{color:#8d949a;} 
input:focus, textarea:focus ,select:focus{
  outline: 0;
  border-color: #12bad7;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 30px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 20px 0;
  font-weight: 400;
  text-transform: uppercase;
  background: #12bad7;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
    cursor: pointer;
}
.button:hover, .button:focus {
  background: #0e4370;
}

.button-block {
  display: block;
  width: 100%;
  margin:0 auto;
  cursor: pointer;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}



ul.nav.nav-tabs::before li.active a, ul.nav.nav-tabs::before li.active a:focus, ul.nav.nav-tabs::before li.active a:hover {
    color: #fff !important;
    cursor: default;
    background-color: #a14423 !important;
    border: 1px solid #b5654e !important;;
    border-bottom-color: transparent;
}
