.landing__register-wrap .contact-form-v2__form {
  min-width: 280px;
  max-width: var(--body-width);
  border-radius: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
          background: rgb(255, 255, 255);
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(217, 210, 166, 1) 66%);
  border: none;
  border:.5px solid #000;
}
.landing__register-disclaimer {
    color: #000;
    font-size: 12px;
    font-style: italic;
    line-height: 15px;
    padding: 4em 0 0 0;
    text-align: center;
}
.landing__register-enter-info{
    color:#000;
}
div.landing__register-textbox {
    margin: 0;
}
.landing__register-textbox .defaultInput{
  margin:0;
}
.landing__nav-logo-wrap{
    margin:auto;
}
.clearBtn{
    background:#041A55 !important;
  border:none;
  height:56px;
  width:328px;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -2%;
  text-transform:none;
  border-radius:32px;
}
.clearBtn:hover, .clearBtn:focus{
    border:none !important;
  background:#041A55 !important;
  text-decoration:underline;
}
.mod-page-wrap--landing .defaultCTA {
    color: #fff;
    background: #222222;
    background-image: none;
    background-image: linear-gradient(0deg, rgba(34, 34, 34, 1) 0%, rgba(217, 210, 166, 1) 91%);
    filter: grayscale(100%);
    border: none;
    padding: 1em;
    word-break: break-word;
    font-size:1em;
}
.mod-page-wrap--landing .defaultCTA:hover, .mod-page-wrap--landing .defaultCTA:focus {
    background: #d9d2a6;
    background-image: linear-gradient(0deg, rgba(34, 34, 34, 1) 0%, rgba(217, 210, 166, 1) 91%);
    filter: grayscale(0%) contrast(120%);
    border: none;
    text-decoration: none;
    transition: border 0.5s;
    color: #fff;
}

@media screen and (min-width: 768px) {

    .landing__register-wrap .contact-form-v2__form {
    width: 402px;
    height: auto;  
    padding:1em;
  }
}

@media screen and (min-width: 968px) {
    .landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1) {
        max-width: 100%;
    }
}

@media screen and (max-width:767px){
    .landing__nav{
        margin:auto;
    }
}
@media screen and (max-width:500px){
    .landing__register-wrap{
        padding:10px 0;
    }
}
@media screen and (max-width:520px){
  .clearBtn{
    width:236px;
    height: 40px;
  }
      .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect {
        font-size: 14px;
        padding: 1em 10px;
    }
        select.landing__register-dropdown {
        font-size: 14px;
        height: 40px;
    }
        .landing__register-wrap .contact-form-v2__layout {
        padding: .5em;
    }
        .landing__register-wrap .contact-form-v2__form {
        padding: 0;
    }
}