body {
	font-family: 'Raleway', sans-serif;
}

section#form {
  background: #0091d2;
  color: #fff;
  padding: 3rem 2rem;
  text-align: center;
}

section#form h2 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

section#form form .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section#form form .form-group .input-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.flex_row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
	}

section#form form .form-group .input-container.small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  margin-right: .8rem;
}

section#form form .form-group input[type="text"], section#form form .form-group input[type="email"] {
  background: #ace1f8;
  font-size: 1.5em;
  padding: 0 1rem;
  border: 0;
  color: #222222;
  height: 70px;
  margin-bottom: 1rem;
  width: 100%;
}

section#form form .form-group label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

section#form form .form-group label input {
  margin-right: .2rem;
}

section#form form .submit-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section#form form .submit-container button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #00a454;
  color: #fff;
  text-transform: uppercase;
  font-size: 3em;
  padding: .6rem;
  height: auto;
  font-weight: 800;
  border-radius: 8px;
  border: 2px solid #fff;
}

//error validator
.error-messages {
  display: none;
}

.errors-alert {
  background: #00a454;
  color: #fff;
  width: auto;
  margin: 0 5%;
  position: absolute;
  left: 0;
  bottom: 105%;
  bottom: -webkit-calc( 100% + 3px);
  bottom: calc( 100% + 3px);
  border-radius: 2px;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.errors-alert p {
  margin: 10px 10% 10px 35px !important;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  text-align: left;
}

.errors-alert a {
  color: #fff;
  text-decoration: underline;
}

.errors-alert span {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -0.6em 0 0 0;
}

.errors-alert .pointer {
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #00a454 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 10%;
  margin: 0 0 -10px -10px;
}

.floating-label-form-group {
   border:0px !important;
}

.form-group {
    margin-bottom: 0 !important;
}

::-webkit-input-placeholder {
   color: #6e6e6e;
   text-transform:uppercase;
}

:-moz-placeholder { /* Firefox 18- */
   color: #6e6e6e;
   text-transform:uppercase;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #6e6e6e;
   text-transform:uppercase;
}

:-ms-input-placeholder {  
   color: #6e6e6e;
   text-transform:uppercase;
}

section#form form .form-group label input:checked + span::before {
	color: #008a47;
    content: "✓";
    font-size: 1.4em;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: -1px;
}


section#form .step-1 h2 {
    font-size: 3.5em;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
	margin-top:30px;
}


body {
  background-color: #0091d2;
}
@media (max-width: 991px) {
  section#form .step-1 h2 {
    text-align: left;
    line-height: 1.2em;
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  section#form form .form-group input[type="text"], main section#form form .form-group input[type="email"] {
    height: 50px;
  }
}
@media (max-width: 1199px) {
  section#form form .submit-container button {
    font-size: 2em;
  }
}

a, a:hover, a:focus, a:active, a.active {
	color:#ffffff;
}


.flex_row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 991px) {
  section#form {
    padding: 2rem 1rem;
  }
  .flex_row .col-md-6 {
    font-size: 18px !important;
  }
  .flex_row .col-md-6 .selected-text {
    font-size: 32px !important;
  }
  .flex_row .col-md-5 {
    margin-top: 15px;
  }
}







