#bg-container {
    background: url('../img/aiu-bg.jpg') no-repeat center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 100vh;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem auto;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
}

body {
    margin: 0;
    font-family: Lato, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.footer-text {
    color: #fff;
}

.footer-text a {
    color: #fff;
    display: inline-block;
}

.form-container {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2.5rem 5rem;
    max-width: 620px;
    margin: 5rem auto 10rem auto;
    border-top-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
}

.main-centered {
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
}

.logo-form {
    display: block;
    text-align: center;
}

.form-title {
    font-size: 1.7rem;
}

.spacer {
    height: 1rem;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: .8rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #bcbcbc;
    border-radius: .5rem;
    border: 1px solid #2f2f2f;
    margin-top: 1rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #f7be00;
    transition: width .6s ease;
}

.title-guide {
    font-size: 1.2rem;
    font-weight: 500;
}

.form-control {}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3a3a3a;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(65, 65, 65, 0.25);
}

.select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3a3a3a;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(65, 65, 65, 0.25);
}

.form-control {
    display: block;
    width: 100%;
    height: 2.35rem;
    padding: 1rem .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #5e5e5e;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: .2rem;
    margin-bottom: .1rem;
}

.select {
    display: block;
    width: 100%;
    height: 2.35rem;
    padding: 0rem .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #5e5e5e;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    z-index: inherit;
}

#next-step-0 {}

.primary-btn {
    background: rgb(255, 201, 23);
    background: linear-gradient(180deg, rgba(255, 201, 23, 1) 30%, rgba(249, 162, 2, 1) 100%);
    color: #fff;
    width: 100%;
    padding: .8rem;
    font-size: 1.2rem;
    font-weight: 600;
    box-shadow: 0 0 6px -2px rgb(91, 91, 91);
}

.seperator {
    height: 1px;
    border-top: 1px solid rgb(133, 133, 133);
    width: 100%;
}

.form-section {
    display: none;
    transition: all ease .3s;
}

.current {
    display: block;
}

.error {
    color: rgb(255, 45, 45);
    margin-top: .2rem;
    font-size: 13px;
}

.form-control.error {
    border: 1px solid #ff3b3b;
}

label {
    margin-top: .8rem;
    margin-bottom: 0;
    font-size: .8rem;
}

header {
    max-width: 480px;
    margin: 0 auto;
}

#form-step-0 {
    max-width: 480px;
    margin: auto;
}

#Driver_1_Zip {
    padding: 1.6rem 1.5rem;
}

.logo-form img {
    width: 100%;
    max-width: 480px;
}

.authorize {
    font-size: .6rem;
    text-align: justify;
    color: #525252;
}

#btn-step-0 {
    margin-top: 1rem;
}

.page-container {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 4rem 4rem 2rem 4rem;
    width: 100%;
    max-width: 980px;
    margin: 4rem auto 8rem auto;
    border-top-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
}

@media (max-width: 990px) {
    .secure-seal {
        text-align: center;
        margin-bottom: .5rem;
    }
}

@media (max-width: 768px) {
    .page-container {
        padding: 3rem 2rem 2rem 2rem;
    }
}

@media (max-width: 768px) {
    .logo-form img {
        display: block;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .footer-text {
        color: #fff;
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    .form-container {
        padding: 2rem 2rem;
    }
}

@media (max-width: 576px) {
    .form-title {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .progress {
        display: -ms-flexbox;
        display: flex;
        height: .8rem;
        overflow: hidden;
        line-height: 0;
        font-size: .75rem;
        background-color: #bcbcbc;
        border-radius: .5rem;
        border: 1px solid #2f2f2f;
    }
}


/***Thank you style***/

.thank-you-page-bg {
    background-image: url(../img/thank-you-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center right;
}

.cross-sell-wrapper {
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: rgb(55, 55, 55) 0 0 12px -4px;
    margin: 1rem .5rem;
}

.cross-sell-wrapper img {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    width: 100%;
}

.cross-sell-body {
    padding: 2rem 3rem 3rem 3rem;
}

.cross-sell-wrapper p {}

.cross-sell-home-improvement-title {
    color: #0070bb;
    font-weight: 700;
    font-size: 20px;
}

.cross-sell-auto-insurance-title {
    color: #fb8800;
    font-weight: 700;
    font-size: 20px;
}

.cross-sell-solar-title {
    color: #03822b;
    font-weight: 700;
    font-size: 20px;
}

.btn.auto-upgrade-cta {
    background: rgb(255, 196, 0) !important;
    background: linear-gradient(180deg, rgba(255, 196, 0, 1) 0%, rgba(255, 182, 8, 1) 100%) !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    padding: 1.2rem 2rem !important;
    border-radius: .5rem !important;
    width: 100% !important;
}

.btn.home-improvement-cta {
    background: rgb(0, 127, 255) !important;
    background: linear-gradient(180deg, rgba(0, 127, 255, 1) 0%, rgba(0, 95, 255, 1) 100%) !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    padding: 1.2rem 2rem !important;
    border-radius: .5rem !important;
    width: 100% !important;
}

.btn.solar-cta {
    background: rgb(91, 192, 44) !important;
    background: linear-gradient(180deg, rgba(91, 192, 44, 1) 0%, rgba(32, 179, 13, 1) 100%) !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    padding: 1.2rem 2rem !important;
    border-radius: .5rem !important;
    width: 100% !important;
}

.thank-you-page-bg .row {
    max-width: 980px;
    margin: auto;
}

.thank-you-page-bg .col-sm-12,
.thank-you-page-bg .col-md-6 {
    display: flex;
}

@media only screen and (max-width: 1200px) {
    .btn.home-improvement-cta,
    .btn.auto-upgrade-cta,
    .btn.solar-cta {
        font-size: 22px !important;
        padding: 1rem !important;
    }
}

@media only screen and (max-width: 992px) {
    .btn.home-improvement-cta,
    .btn.auto-upgrade-cta,
    .btn.solar-cta {
        font-size: 20px !important;
    }
}

@media (max-width: 576px) {
    .cross-sell-body {
        padding: 2rem 1.5rem 3rem 1.5rem;
    }
    .btn.home-improvement-cta,
    .btn.auto-upgrade-cta,
    .btn.solar-cta {
        font-size: 16px !important;
        padding: .65rem 1rem !important;
    }
}