@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('/Content/fonts/inter-v13-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('/Content/fonts/inter-v13-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('/Content/fonts/inter-v13-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/Content/fonts/open-sans-v40-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/Content/fonts/open-sans-v40-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/Content/fonts/open-sans-v40-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/Content/fonts/noto-sans-v36-latin-regular.woff2') format('woff2');
}

body {
    font-family: 'Inter';
    font-weight: 400;
}

.content {
    display: flex;
}

aside {
    min-width: 30%;
    max-width: 360px;
}

    aside img {
        width: 100%;
        height: auto;
    }
.fixed-image {
    background: linear-gradient(to bottom,#F5FAF9,rgba(245,250,249,0));
}
main {
    padding: 60px 80px;
}

.logo {
    margin-bottom: 20px;
}

    .logo img {
        width: 310px;
        height: auto;
    }

.header h1 {
    color: rgba(43, 85, 151, 1);
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.02em;
}

.header p {
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom:40px;
}

form h4 {
    font-weight: 500;
    font-family: 'Inter';
    color: rgba(43, 85, 150, 1);
    font-size: 20px;
    line-height: 24px;
    margin-bottom:30px;
}

form p {
    font-family: 'Inter';
    height: 26px;
    color: #171A1F;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
}

form .form-group {
    margin-bottom: 16px;
}

.form-group .form-label {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: rgba(66, 73, 86, 1);
}

.form-group .form-control {
    border-radius: 8px;
    background-color: rgba(112, 172, 222, 0.1);
    border: 3px solid rgba(112, 172, 222, 0.1);
    height: 47px;
    color: rgba(43, 85, 150, 1);
}

.form-group .input-group {
    border-radius: 8px;
    border: 3px solid rgba(112, 172, 222, 0.1);
    height: 47px;
}

    .form-group .input-group.error {
        border-color: rgba(222, 112, 112, 1);
        margin-top: 0;
    }

.input-group .input-group-text {
    background-color: rgba(112, 172, 222, 0.1);
    border: 0;
    color: rgba(43, 85, 150, 1);
}

.input-group.error .input-group-text {
    background-color: rgba(222, 112, 112, 0.15);
}

.input-group .form-control:focus {
    border: 0 !important;
}

.input-group .form-control {
    background-color: rgba(112, 172, 222, 0.1);
    border: 0;
    height: 41px;
}

.form-group .form-select {
    border-radius: 8px;
    background-color: rgba(112, 172, 222, 0.1);
    border: 3px solid rgba(112, 172, 222, 0.1);
    color: rgba(43, 85, 150, 1);
    height: 47px;
    border: 0;
}

    .form-group .form-select:focus {
        box-shadow: none;
        border: 3px solid #70ACDE;
    }

.form-group .form-control:focus {
    box-shadow: none;
    border: 3px solid #70ACDE;
}

.form-group [aria-invalid="false"] {
    background-color: rgba(61, 174, 43, 0.1);
    border-color: rgba(61, 174, 43, 0.1);
}

.form-group .form-control.error {
    background-color: rgba(222, 112, 112, 0.15);
    border-color: rgba(222, 112, 112, 1);
}

.form-group .form-select.error {
    background-color: rgba(222, 112, 112, 0.15);
    border: 3px solid rgba(222, 112, 112, 1);
}

.form-group > div.validation-error {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: rgba(208, 0, 0, 1);
    margin-top: 6px;
}

.form-check > div.validation-error {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: rgba(208, 0, 0, 1);
    margin-top: 6px;
}

.form-check .form-check-input {
    height: 20px;
    width: 20px;
    background-color: rgba(112, 172, 222, 0.1);
    border: 0;
}

    .form-check .form-check-input:checked[type=checkbox] {
        background-color: rgba(61, 174, 43, 1);
    }

    .form-check .form-check-input.error {
        background-color: rgba(222, 112, 112, 0.15);
        border: 3px solid rgba(222, 112, 112, 1);
    }

    .form-check .form-check-input:focus {
        box-shadow: none;
    }

.form-check {
    padding-top: 20px;
}

form .submitBtn {
    width: 305px;
    height: 60px;
    font-family: 'Inter';
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    background-color: rgba(43, 85, 151, 1);
    border-color: rgba(43, 85, 151, 1);
    margin: 40px 0px 30px 0px;
    color: #fff;
}

.terms p {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgba(0, 0, 0, 1);
}

    .terms p a {
        color: rgba(0, 0, 0, 1);
        text-decoration:none;
        border-bottom: 1px solid;
        padding-bottom:1px;
    }

.successMessage,
.errorMessage {
    display: none;
}

    .successMessage ul,
    .errorMessage ul {
        list-style: none;
        display: flex;
        padding-left: 0;
    }

    .successMessage li,
    .errorMessage li {
        display: inline;
        margin-left: 20px;
        margin-top: 5px;
    }

    .successMessage .vertical {
        border-left: 6px solid rgba(61, 174, 43, 1);
        height: 80px;
    }

    .errorMessage .vertical {
        border-left: 6px solid rgba(222, 112, 112, 1);
        height: 60px;
    }

    .successMessage h5 {
        color: #3DAE2B;
        font-family: 'Inter';
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
    }

    .errorMessage h5,
    .serverErrorMessage {
        color: rgba(208, 0, 0, 1);
        font-family: 'Inter';
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
    }

    .successMessage p,
    .errorMessage p {
        font-family: 'Open Sans';
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: #000000;
    }

.footer {
    background-color: #376db0;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 50px;
    margin: 0;
}

.footer-link {
    margin-top: 6px;
    margin-bottom: 6px;
}

.footer a {
    text-decoration: none;
    color: #fff;
    font-family: 'Noto Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}
.footer-p {
    color: #fff;
    font-family: 'Noto Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}
.footer-content {
    margin: 0 30px 25px 30px;
}

.footer-line {
    margin-bottom: 20px;
    margin-top: 30px;
}
.privacy-icon {
    display: flex;
}

.mobile-footer {
    display: none;
}

    .mobile-footer ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 10px;
    }

    .mobile-footer li {
        text-decoration: none;
        margin-bottom: 10px;
    }

.footer-link {
    margin-top: 6px;
    margin-bottom: 6px;
}

.nav-bar {
    margin-bottom: 10px;
}
    .footer-line hr {
        border: 1px solid rgba(255, 255, 255, 1)
    }

.privacy-image {
    padding-left: 2px;
    background: #376db0;
    padding-top: 1px;
}

@media (max-width: 767.98px) {
    .content {
        flex-direction: column;
    }

    main {
        padding: 20px 30px;
    }

    aside {
        min-width: 100%;
        max-width: 100%;
    }

        aside img {
            width: 100%;
        }

    form .submitBtn {
        width: 100%;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .successMessage .vertical {
        border-left: 6px solid rgba(61, 174, 43, 1);
        height: 130px;
    }

    .errorMessage .vertical {
        border-left: 6px solid rgba(222, 112, 112, 1);
        height: 80px;
    }
    .mobile-footer {
        display: block;
    }

    .footer-links {
        display: none;
    }
}
@media (min-width:768px){
    aside{
        height:100vh;
        position:sticky;
        top:0;
        left:0;
        z-index:-1;
    }
}