.landing__register-submit{
    background: rgb(127,208,217);
    background: linear-gradient(320deg, rgba(127,208,217,1) 10%, rgba(172,255,78,1) 100%);
    border:2px solid #000;
    width: 10em;
    display: inline-block;
    border-radius: 6px;
    padding: .5em;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    text-transform:capitalize;
    color: black;
    
}
.landing__register-submit:hover, .landing__register-submit:focus{
    background:#fff;
    border:2px solid #000;
}

.landing__register-wrap .contact-form-v2__form, .landing__nav-wrap{
    background: white;
}

.landing-footer .landing-section-block{
    background-color: black;
}

.landing__block landing__block--register{
    background-image: url(/doccenter/de0bad51b37f4580871108f5ab03d9f8);
    background-repeat: no-repeat;
    background-size: cover;
}

/*.widget {
    top: 0;
    left: 24.68rem;
    height: 49rem;
    width: 42.812rem;
    z-index: 4;
    background-image: url('/doccenter/de0bad51b37f4580871108f5ab03d9f8');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/

@media screen and (min-width: 768px) {
    .landing__register-wrap {
        width: 960px;
        max-width: 90vw;
        margin: 0 auto;
        align-items: flex-start;
    }
}

.landing__register-wrap {
    padding: 0 0 0 0;
}

select.landing__register-dropdown, .landing__register-textbox .defaultInput{
    border: 1px solid black;
}

.landing__register-disclaimer, .landing__register-enter-info{
    color: black;
    text-align: center;
}

.landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1) {
    max-width: 60%;
    align-items: left;
}

.contact-form-v2__column {
  flex-basis: 55%;
  flex-grow: 1;
}

.landing__register-product{
    width: 100%;
}

div.landing__register-textbox {
  margin: 0;
}

.landing__register-disclaimer{
    padding: 1em 0 1em 0;
}

.landing__nav-logo-img{
    width: auto;
}