.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;
}
.landing__register-submit{
    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;
}
.landing__register-submit:hover, .landing__register-submit: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;
}
.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: 498px;
  }
}

@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;
    }
}