/*Landing Page Overall*/
.landing__register-wrap {
padding: 0em 10%;
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width:800px){
    .landing__register-wrap {
        align-items: center;
    }
}
.contactSection .defaultLabel.patriotActLabel {
    display: inline;
    font-size: 12px;
    line-height: 19px;
    padding-left: .5em;
}

/*Info Box*/
form.contact-form-v2__form {
    background: rgb(232, 217, 186);
}

input#phone {
    border-radius: .5em;
    border: 1px solid black;
    margin:0em;
}
.formMod100.landing__register-textbox.landing__register-mobile-number.formMod {
    margin: 0em;
}

input#dob {
    border-radius: .5em;
    border: 1px solid black;
}
.formMod100.landing__register-textbox.landing__register-dob.formMod {
    margin: 0;
}

select#product {
    border-radius: .5em;
    border: 1px solid black;
}

.landing__register-wrap .contact-form-v2__form {
    max-width: 420px;
    border-radius: 1em;
    background: #e8d9ba;
    z-index: 2;
    position: relative;
}

input#f5_0 {
    margin-right: .5em;
}

.landing__register-wrap .contact-form-v2__layout {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
        flex-direction: column;
        gap: 1em;
}

.landing__register-wrap .contact-form-v2__row {
    gap: .25em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.landing__register-disclaimer {
    color: #000000;
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
    padding: 1em 0 0 0;
}

.landing__register-enter-info {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

div#f5 {
    width: 100%;
    font-size: .75em;
}

.contactSection .defaultLabel {
    position: relative;
    display: block;
    color: black;
}

@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 (min-width: 768px) {
    .landing__register-wrap {
        width: 100%;
    }
}

.landing__register-heading img {
    width:100%;
}


/*Logo*/
.landing__nav {
    display: flex;
    justify-content: flex-start;
    padding: 0% 10%;
    width: 100%;
}

.landing__nav-logo-wrap{
    width: 650px;
    max-width: 100%;
    height: 15em;
    max-height: 20vw;
}

.landing__nav-logo-img {
    width: 100%;
    object-fit: contain;
    overflow: visible;
}


/*Background*/
.landing__block.landing__block--register {
    background-size: cover;
}
.mod-page-moduleWrap {
    display: none;
}

.landing__nav-logo-fdic {
    filter: invert(1);
}

.bankGoat {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1;
    width: 45%;
}

/*Footer*/
.landing-footer .landing-section-block {
    background-color: #ffffff;
    border-top: 1px solid #fff;
    font-family: Arial;
}
p {
    font-size: .8em;
    color: #36312a;
    line-height: 1em;
}
.landing-footer .landing-section-holder-border {
    border: 0;
    background: #e8d9ba;

}
.landing-footer-copyright .landing-footer-copyright-c {
    color: black;
}
.landing-footer-copyright .landing-footer-copyright-c a{
    color: black;
}

/*Nav*/
.landing__nav-wrap {
    display: none;
}

.landing__register-submit {
    background: rgb(218, 45, 39) !important;
    border-radius: 1em;
}


/*Tagline*/
.landing__register-heading{
    width: 100%;
    max-width: 100%;
}



/*Mobile*/

@media screen and (max-width:800px){
.landing__block.landing__block--register {
    height: 95em;
}
}

@media screen and (max-width:600px){
.landing__block.landing__block--register {
    height: 83em;
}
}

@media screen and (max-width:600px){
.landing__block.landing__block--register {
    height: 90em;
}
}

@media screen and (max-width:800px){
.bankGoat{
    width: 80%;
}
}
@media screen and (max-width:767px){
        .landing-ehl {
        left: calc(50% - 135px / 2) !important;
    }
    .landing-footer-copyright .landing-footer-copyright-b {
    text-align: center;
    }
}

@media screen and (max-width:500px){
.bankGoat{
    width: 70%;
}
}
@media screen and (max-width:480px){
    .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect{
        font-size:13px;
    }
}
@media screen and (max-width:360px){
    .landing__register-wrap .contact-form-v2__layout {
    padding: 4px 0;
}
}