
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: transparent;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}



.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.sbody {
  background-color: #fafafa;
  font-family: Roboto, sans-serif;
  color: #012d3f;
  font-size: 16px;
  line-height: 1.5;
}

.signup-card {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.f1 {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 500;
  font-family: 'Campton';
}

.f1.f-center {
  margin-top: 0px;
  margin-bottom: 1em;
  text-align: center;
}

.field-group {
  position: relative;
  margin-bottom: 20px;
}

.field-label {
  position: absolute;
  left: 6px;
  top: 8px;
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #fafafa;
  color: #012D3F;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
  opacity: 0.8;
}

.field-text {
  height: 72px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
  background-color: #fafafa;
  border-radius: 4px;
  font-size: 16px;
}

.field-text:active, .field-select:active {
  border-color: #52b97f;
}

.field-text:focus, .field-select:focus {
  border-color: #52b97f;
}

.form-group {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 18px 0 0rem;
  border: none;
}

.field-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

.field-col-50 {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.btn-large {
  width: 100%;
  padding: 0px 20px;
  border-radius: 4px;
  background-color: #52b97f;
  line-height: 56px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.field-select {
  height: 72px;
  border-radius: 4px !important;
  padding-top: 30px;
  font-size: 16px;
}

.field-select option{
  opacity: 0;
}

.form-group-label {
  position: absolute;
  left: 0;
  top: -9px;
  display: inline-block;
  padding-right: 8px;
  padding-left: 0;
  background-color: none;
  color: #012D3F;
  font-size: 14px;
}

.field-checkbox {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #79949d;
  font-size: 16px;
}

.check {
  margin-right: 10px;
  border-radius: 0px;
}

.link {
  color: #52b97f;
  text-decoration: none;
}

.icon-drop-arrow {
  position: absolute;
  top: 40px;
  right: 20px;
}

.ode {
  display: none;
}

.page-header {
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dfdfdf;
}

.logo-wanido {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.signup-container {
  padding-top: 16px;
  padding-bottom: 50px;
}

.field-select{
  display: block;
  font-size: 16px;
  color: #79949d;
  line-height: 1.3;
  padding: 30px 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #d1d1d1;
  border-radius: 1px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  }
.field-label{
  pointer-events: none;
}

.js-label-show > .field-label{
  top: -8px;
}

.btn {
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #52b97f;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn.btn-ghost {
  background-color: transparent;
  color: #79949d;
}

.btn-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f3 {
  color: #52b97f;
  font-weight: 400;
}

.sc-interior {
  padding: 4rem;
}

.sc-interior-2 {
  padding: 4rem;
  border-top: 1px solid #d1d1d1;
}

.rtf {
  color: #436b78;
}

.rtf h4 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 400;
}

.log-icon {
  margin-right: 20px;
}

.icons {
  margin-bottom: 30px;
}

.signup-card.np {
  padding: 0rem;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/Campton.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 800px) {
  .field-row{
    display: block;
  }
  .field-col-50{
    width: 100%;
  }
}

.color-brand-dark {
    color: #012D3F ;
}
