body {
background-color:rgb(1, 42, 45) !important;
color: #FFFFFF !important;
}
.basicInfo .left1, .basicInfo .right1, .basicInfo .center {
margin-top: 0px; 
margin-bottom: 36px;
}
.basicInfo select {
margin-bottom: 0px;
}

.basicInfo textarea { 

width:100% !important; 
resize: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

 div.no-arrow:after { content:none !important; }
div.arrow { position:relative; }
 div.arrow:after { content:''; border-left:10px solid transparent; border-right:10px solid transparent; border-top:12px solid #fff; position:absolute; top:2.5em; right:0; pointer-events:none; margin-right:5px; margin-bottom:2px; }

@media screen and (min-width: 600px) {
    .terms label {
        max-width: unset !important;
    }
}
.eds-form-field-label {
 font-family: "Calibre", arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.eds-form-field-input {
  font-family: "Calibre", arial, sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
  padding-bottom: 8px;
  height: 40px;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.8);
}


.eds-form-field-input:-internal-autofill-selected, .eds-form-field-input:-webkit-autofill {
  box-shadow: 0 0 0 50px #003F2D inset;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8) !important;
  border-bottom-color: #809f96;
}


select option {
 background: #FFF;
    color: #435254;
}

input[type="checkbox"] {
  transition: all 0.25s cubic-bezier(0.75, 0.02, 0.5, 1);
  position: relative;
  top: 2px;
  height: 16px;
  width: 16px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

input[type="checkbox"]:before {
  height: 16px;
  width: 16px;
  background-color: #CCCCCC;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

 input[type="checkbox"]:checked:after {
  border: solid #003F2D;
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: 5px;
}

.terms label {
  font-family: "Calibre", arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-left: 16px;
  flex: 1;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  vertical-align: middle;
}


.eds-form-field-label[for="privacy"] {
    font-family: "Calibre", arial, sans-serif;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-left: 16px;
    flex: 1;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    vertical-align: middle;
max-width: unset !important;
}


.eds-button {
  font-family: "Calibre", arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: -0.02em;
  font-weight: 500;
  transition: all 0.25s cubic-bezier(0.75, 0.02, 0.5, 1);
  width: 96px;
  height: 48px;
  background-color: #CAD1D3;
  color: #003F2D;
  border: none;
}


label a {
  transition: -webkit-text-decoration-color 0.25s cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: text-decoration-color 0.25s cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: text-decoration-color 0.25s cubic-bezier(0.75, 0.02, 0.5, 1), -webkit-text-decoration-color 0.25s cubic-bezier(0.75, 0.02, 0.5, 1);
  color: #003F2D;
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
          text-decoration-color: rgba(255, 255, 255, 0.5);
}

label a:hover,  label a:active {
  -webkit-text-decoration-color: #003F2D;
          text-decoration-color: #003F2D;
}

 label a:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.eds-form-field-checkbox:checked:before {
background-color: #fff;
}


.eds-form-field-error:not(:empty)
 {

font-size: 1.2rem;
    line-height: 1.6rem;
    padding-top: 8px;
    color: #CAD1D3;
    border-top: 2px solid #E81717;
    margin-top: -1px;
    padding-inline-start: unset;
    margin-block-start: unset;

}


.privacy .eds-form-field-error:not(:empty)
 {

    font-size: 1.8rem;
    line-height: 2rem;
    padding-top: 8px;
    width: 100%;
    color: #17E88F;
  border-top: none;
}

.eds-heading {
     font-family: "Calibre", arial, sans-serif;
    font-size: var(--eds-font-size-64);
    color: #FFF;
    line-height: var(--eds-line-height-2);
}



