@charset "UTF-8";

body {
    background-color: #fff;
    color: #000;
    font-family: "PT Sans", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #000;
}

    a:hover {
        text-decoration: none !important;
    }

    a:focus {
        outline: none;
    }

input:focus, textarea:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

header {
    background: #0E385E;
    padding: 15px 0;
}

.main {
    padding: 0px 0px 50px 0px;
    flex-grow: 1;
    background-image: url(../Images/loginImg/banner-bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
}

.wrapper-container {
    width: 100%;
    padding: 0px 12px;
    margin: auto;
    max-width: 1600px;
}

.logo-wapper img {
    width: 100%;
    max-width: 260px;
}

.banner-section {
    padding-top: 92px;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.banner-wrapper {
    display: flex;
    justify-content: space-between;
}

.banner-content {
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 400px);
    max-width: 800px;
}

    .banner-content h1 {
        position: relative;
        font-size: 58px;
        line-height: 72px;
        padding: 18px 0px;
        color: #0f385f;
        letter-spacing: 1px;
        margin: 0px 0px 15px 0px;
        z-index: 1;
    }

        .banner-content h1 span {
            position: relative;
            z-index: 1;
        }

        .banner-content h1::before {
            content: "";
            position: absolute;
            top: 0;
            left: -20px;
            height: 100%;
            z-index: 0;
            background-color: #ffcc00;
            width: calc(100% + 40px);
        }

    .banner-content p {
        font-size: 32px;
        color: #555;
        line-height: 48px;
    }

    .banner-content ul {
        padding: 0px;
        margin: 80px 0px 0px 0px;
    }

        .banner-content ul li {
            list-style: none;
            margin-bottom: 5px;
            font-size: 26px;
            color: #555;
        }

            .banner-content ul li img {
                width: 22px;
                margin-right: 5px;
            }

.banner-form-wrapper {
    width: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-form-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #0f385f;
    font-size: 32px;
    margin-bottom: 10px;
}

.banner-form-block {
    background-color: #0f385f;
    width: 100%;
}

    .banner-form-block .nav-tabs {
        width: 100%;
        border: none;
    }

    .banner-form-block .nav-item {
        width: 50%;
    }

    .banner-form-block .nav-link {
        width: 100%;
        border-radius: 0px;
        background-color: #183E92;
        color: #fff;
        border: none;
        padding: 14px 0px;
        font-size: 18px;
        letter-spacing: 2px;
    }

        .banner-form-block .nav-link.active {
            background-color: #0f385f;
            color: #fff;
            border: none;
        }

.banner-form {
    padding: 30px;
    color: #fff;
    letter-spacing: 1px;
}

    .banner-form h6 {
        color: #fff;
        text-align: center;
        font-size: 18px;
        margin-bottom: 25px;
    }

.banner-input input, .banner-input select {
    width: 100%;
    border: 2px solid #2196F3;
    border-radius: 5px;
    height: 46px;
    padding: 0px 10px;
    font-size: 16px;
    margin-bottom:0px;
}

.banner-input {
    margin-bottom: 5px;
}

.banner-captcha {
    width: 100%;
    background-color: #eee;
    color: #000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0px 10px;
    font-size: 20px;
}

.banner-check {
    position: relative;
}

    .banner-check input[type=checkbox] {
        position: absolute;
        opacity: 0;
    }

    .banner-check label {
        display: flex;
        gap: 10px;
    }

.banner-check-icon {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #808080;
}

    .banner-check-icon::before {
        content: "";
        position: absolute;
        top: 0;
        left: 5px;
        height: 12px;
        width: 6px;
        border-width: 3px;
        border-color: transparent #0f385f #0f385f transparent;
        border-style: solid;
        transform: rotate(45deg);
        display: none;
    }

.banner-check input[type=checkbox]:checked ~ label .banner-check-icon::before {
    display: block;
}

.banner-check p {
    width: calc(100% - 30px);
    margin: 0px;
    font-size: 14px;
}

.banner-submit {
    background-color: #fff;
    border: none;
    height: 40px;
    color: #0f385f;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 20px;
    border-radius: 20px;
}

.banner-signin, a.banner-signin {
    background-color: #ffcc00;
    color: #0f385f;
    display: inline-flex;
    align-items: center;
    height: 30px;
    border-radius: 15px;
    padding: 5px 10px;
}








footer {
    background-color: #0E385E;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    padding: 25px 0px;
}

.footer-wrapper {
    display: flex;
    align-items: center;
}

.footer-title {
    font-size: 32px;
}

.footer-steps {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: space-evenly;
}

.footer-step {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0px 30px;
}

.footer-separator {
    background-color: #2196F3;
    height: 60px;
    width: 1px;
}

.footer-step:last-child {
    border: none;
}

.footer-step p {
    margin: 0px;
    font-size: 18px;
}

.footer-step-icon img {
    width: 30px;
}

















@media (max-width: 2200px) {
    .wrapper-container {
        max-width: 1400px;
    }

    .banner-content h1 {
        font-size: 50px;
    }

    .logo-wapper img {
        max-width: 230px;
    }

    .main {
        padding: 0px 0px 50px 0px;
    }

    .logo-wapper img {
        max-width: 275px;
    }

    .banner-form-title {
        font-size: 31px;
    }

    .banner-content {
        padding-top: 60px;
        max-width: 700px;
        width: calc(100% - 500px);
    }

        .banner-content h1 {
            padding: 8px 0px;
        }

        .banner-content p {
            font-size: 28px;
            line-height: 42px;
        }

        .banner-content ul {
            margin: 50px 0px 0px 0px;
        }

            .banner-content ul li {
                font-size: 24px;
            }

                .banner-content ul li img {
                    width: 22px;
                }

    .banner-form-wrapper {
        width: 500px;
    }

    .banner-form {
        padding: 30px;
    }

        .banner-form h6 {
            margin-bottom: 18px;
        }

    .banner-input input, .banner-input select {
        height: 44px;
    }

    .banner-captcha {
        height: 44px;
    }

    footer {
        padding: 30px 0px;
    }

    .footer-step-icon img {
        width: 26px;
    }

    .footer-step p {
        font-size: 18px;
        line-height: 24px;
    }

    .banner-form-block .nav-link {
        font-size: 16px;
        padding: 10px;
    }

    .footer-title {
        font-size: 34px;
    }

    .footer-separator {
        height: 60px;
    }
}

@media (max-width: 2100px) {
    .wrapper-container {
        max-width: 1330px;
    }

    .banner-form-wrapper {
        width: 450px;
    }

    .logo-wapper img {
        max-width: 180px;
    }

    .banner-content {
        padding-top: 40px;
        width: calc(100% - 450px);
        max-width: 600px;
    }

    .main {
        padding: 0px 0px 50px 0px;
    }

    .banner-content h1 {
        font-size: 46px;
        line-height: 50px;
    }

    .banner-content p {
        font-size: 24px;
        line-height: 36px;
    }

    .banner-form {
        padding: 24px;
    }

    .banner-form-title {
        line-height: 28px;
        margin-bottom: 12px;
        font-size: 22px;
    }

    .banner-form-block .nav-link {
        padding: 10px 0px;
        font-size: 14px;
    }

    .banner-form h6 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .banner-input input, .banner-input select {
        height: 38px;
    }

    .banner-captcha {
        height: 38px;
    }

    .banner-check p {
        line-height: 18px;
        font-size: 12px;
    }

    .banner-submit {
        height: 38px;
        font-size: 16px;
    }

    .footer-title {
        font-size: 26px;
    }

    .banner-signin-block {
        font-size: 14px;
    }

    .footer-step p {
        line-height: 22px;
        font-size: 16px;
    }

    .footer-step-icon img {
        width: 24px;
    }

    .banner-content ul {
        margin: 20px 0px 0px 0px;
    }

        .banner-content ul li {
            font-size: 22px;
        }

            .banner-content ul li img {
                width: 20px;
            }

    footer {
        padding: 20px 0px;
    }
}

@media (max-width: 1800px) {
    .wrapper-container {
        max-width: 1200px;
    }

    .banner-form-wrapper {
        width: 400px;
    }

    .banner-content {
        padding-top: 40px;
        width: calc(100% - 400px);
        max-width: 560px;
    }

    .main {
        padding: 0px 0px 50px 0px;
    }

    .logo-wapper img {
        max-width: 180px;
    }

    .banner-form-title {
        line-height: 24px;
        margin-bottom: 16px;
        font-size: 22px;
    }

    .banner-form {
        padding: 20px;
    }

    .banner-form-block .nav-link {
        padding: 8px 0px;
        font-size: 14px;
    }

    .banner-input input, .banner-input select {
        height: 36px;
        font-size: 14px;
    }

    .banner-captcha {
        height: 36px;
        font-size: 20px;
    }

    .banner-form h6 {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .banner-check p {
        line-height: 14px;
        font-size: 12px;
    }

    .banner-submit {
        height: 36px;
        font-size: 16px;
    }

    .banner-signin-block {
        font-size: 14px;
    }

    .banner-content h1 {
        font-size: 40px;
        padding: 2px 0px;
        line-height: 70px;
    }

    .banner-content p {
        font-size: 24px;
        line-height: 34px;
    }

    .banner-content ul {
        margin: 20px 0px 0px 0px;
    }

        .banner-content ul li {
            font-size: 20px;
        }

            .banner-content ul li img {
                width: 18px;
            }

    .footer-title {
        font-size: 24px;
    }

    .footer-step p {
        font-size: 15px;
        line-height: 20px;
    }

    .footer-step-icon img {
        width: 22px;
    }

    .footer-separator {
        height: 50px;
    }
}

@media (max-width: 1700px) {
    .wrapper-container {
        max-width: 1100px;
    }

    .banner-form-wrapper {
        width: 370px;
    }

    .banner-content {
        padding-top: 40px;
        width: calc(100% - 370px);
        max-width: 560px;
    }

    .main {
        padding: 0px 0px 40px 0px;
    }

    .logo-wapper img {
        max-width: 180px;
    }

    .banner-form-title {
        line-height: 20px;
        margin-bottom: 12px;
        font-size: 20px;
    }

    .banner-form {
        padding: 20px;
    }

    .banner-form-block .nav-link {
        padding: 8px 0px;
        font-size: 14px;
    }

    .banner-input input, .banner-input select {
        height: 34px;
        font-size: 14px;
    }

    .banner-captcha {
        font-size: 18px;
        height: 34px;
    }

    .banner-form h6 {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .banner-check p {
        line-height: 13px;
        font-size: 11px;
    }

    .banner-content h1 {
        font-size: 38px;
        line-height: 60px;
    }

    .banner-content p {
        font-size: 22px;
        line-height: 30px;
    }

    .banner-content ul {
        margin: 20px 0px 0px 0px;
    }

        .banner-content ul li {
            font-size: 20px;
        }

    .banner-submit {
        height: 34px;
        font-size: 16px;
    }

    .banner-signin-block {
        font-size: 12px;
    }

    .footer-title {
        font-size: 22px;
    }

    .footer-step p {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-step-icon img {
        width: 20px;
    }

    .footer-separator {
        height: 40px;
    }
}


/* media screen and (max-width: 1600px)
---------------------------------------------------------------------- */
@media screen and (max-width:1600px) {
    .main {
        padding: 0px 0px 30px 0px;
    }

    .wrapper-container {
        max-width: 1010px;
    }

    .logo-wapper img {
        max-width: 200px;
    }

    .banner-form-title {
        line-height: 20px;
        margin-bottom: 12px;
        font-size: 18px;
    }

    .banner-section {
        padding-top: 60px;
    }

    .banner-content {
        padding-top: 34px;
        width: calc(100% - 330px);
        max-width: 500px;
    }

    .banner-form-wrapper {
        width: 330px;
    }

    .banner-content h1 {
        font-size: 36px;
        line-height: 40px;
        padding: 16px 0px;
        letter-spacing: 1px;
        margin: 0px 0px 12px 0px;
    }

    .banner-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .banner-content ul li {
        margin-bottom: 3px;
        font-size: 16px;
    }

        .banner-content ul li img {
            width: 15px;
        }

    .banner-form-block .nav-link {
        padding: 6px 0px;
        font-size: 14px;
    }

    .banner-form h6 {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .banner-input input, .banner-input select {
        border-radius: 5px;
        height: 30px;
        padding: 0px 10px;
        font-size: 14px;
    }

    .banner-input {
        margin-bottom: 0px;
    }

    .banner-captcha {
        height: 30px;
        padding: 0px 10px;
        font-size: 18px;
    }

    .banner-submit {
        height: 30px;
        font-size: 14px;
        font-weight: 600;
        padding: 0px 20px;
        border-radius: 20px;
    }

    .banner-signin-block {
        font-size: 12px;
    }

    .banner-signin, a.banner-signin {
        height: 24px;
        border-radius: 15px;
        padding: 3px 10px;
        font-size: 12px;
    }

    .footer-title {
        font-size: 20px;
    }

    .footer-step-icon img {
        width: 20px;
    }

    .footer-step p {
        font-size: 14px;
        line-height: 18px;
    }

    .footer-separator {
        height: 40px;
    }
}

@media screen and (max-width:1400px) {
    .wrapper-container {
        max-width: 900px;
    }

    .main {
        padding: 0px 0px 30px 0px;
    }

    .logo-wapper img {
        max-width: 170px;
    }

    .banner-form-title {
        line-height: 18px;
        margin-bottom: 12px;
        font-size: 16px;
    }

    .banner-section {
        padding-top: 30px;
    }

    .banner-content {
        padding-top: 32px;
        width: calc(100% - 290px);
        max-width: 450px;
    }

    .banner-form-wrapper {
        width: 290px;
    }

    .banner-form-block .nav-link {
        padding: 8px 0px;
        font-size: 11px;
    }

    .banner-form h6 {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .banner-content h1 {
        font-size: 32px;
        line-height: 38px;
        padding: 12px 0px;
        letter-spacing: 1px;
        margin: 0px 0px 12px 0px;
    }

    .banner-content p {
        font-size: 18px;
        line-height: 26px;
    }

    .banner-content ul {
        margin: 20px 0px 0px 0px;
    }

        .banner-content ul li {
            margin-bottom: 3px;
            font-size: 16px;
        }

            .banner-content ul li img {
                width: 14px;
            }

    .banner-input input, .banner-input select {
        border-radius: 5px;
        height: 28px;
        padding: 0px 10px;
        font-size: 12px;
    }

    .banner-input {
        margin-bottom: 0px;
    }

    .banner-captcha {
        height: 28px;
        padding: 0px 10px;
        font-size: 18px;
    }

    .banner-submit {
        height: 30px;
        font-size: 14px;
        font-weight: 500;
        padding: 0px 20px;
        border-radius: 20px;
    }

    .banner-signin, a.banner-signin {
        height: 20px;
        border-radius: 15px;
        padding: 3px 10px;
        letter-spacing: 0px;
        font-size: 11px;
    }

    .banner-signin-block {
        font-size: 10px;
    }

    .banner-check p {
        line-height: 12px;
        font-size: 8px;
    }

    .footer-title {
        font-size: 18px;
    }

    .footer-step-icon img {
        width: 18px;
    }

    .footer-step p {
        font-size: 14px;
        line-height: 18px;
    }

    .footer-separator {
        height: 40px;
    }

    .banner-form {
        padding: 20px 10px;
    }
}
/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1200px) {
    .wrapper-container {
        max-width: 800px;
    }

    .main {
        padding: 0px 0px 30px 0px;
    }

    .logo-wapper img {
        max-width: 160px;
    }

    .banner-form-title {
        line-height: 18px;
        margin-bottom: 12px;
        font-size: 16px;
    }

    .banner-section {
        padding-top: 16px;
    }

    .banner-content {
        padding-top: 30px;
        width: calc(100% - 260px);
        max-width: 440px;
    }

    .banner-form-wrapper {
        width: 260px;
    }

    .banner-form-block .nav-link {
        padding: 6px 0px;
        font-size: 10px;
    }

    .banner-form h6 {
        font-size: 10px;
        margin-bottom: 12px;
    }

    .banner-content h1 {
        font-size: 30px;
        line-height: 30px;
        padding: 10px 0px;
        letter-spacing: 1px;
        margin: 0px 0px 8px 0px;
    }

    .banner-content p {
        font-size: 18px;
        line-height: 23px;
    }

    .banner-content ul {
        margin: 20px 0px 0px 0px;
    }

        .banner-content ul li {
            margin-bottom: 4px;
            font-size: 14px;
        }

            .banner-content ul li img {
                width: 12px;
            }

    .banner-input input, .banner-input select {
        border-radius: 5px;
        height: 26px;
        padding: 0px 10px;
        font-size: 12px;
    }

    .banner-input {
        margin-bottom: 0px;
    }

    .banner-captcha {
        height: 26px;
        padding: 0px 10px;
        font-size: 16px;
    }

    .banner-submit {
        height: 26px;
        font-size: 12px;
        font-weight: 600;
        padding: 0px 20px;
        border-radius: 20px;
    }

    .banner-signin, a.banner-signin {
        height: 18px;
        border-radius: 15px;
        padding: 3px 10px;
        letter-spacing: 0px;
        font-size: 10px;
    }

    .banner-signin-block {
        font-size: 8px;
    }

    .banner-check p {
        line-height: 10px;
        font-size: 8px;
    }

    .footer-title {
        font-size: 18px;
        text-wrap: nowrap;
    }

    .footer-step-icon img {
        width: 16px;
    }

    .footer-step p {
        font-size: 12px;
        line-height: 16px;
    }

    .footer-separator {
        height: 40px;
    }

    .banner-form {
        padding: 18px 10px;
    }

    footer {
        padding: 20px 0px;
    }

    .banner-check-icon {
        height: 18px;
        width: 18px;
        border: 1px solid #808080;
    }
}
/* media screen and (max-width: 1024px)
---------------------------------------------------------------------- */
@media screen and (max-width:1024px) {
    .wrapper-container {
        max-width: 800px;
    }

    .banner-content {
        padding-top: 30px;
        width: calc(100% - 240px);
        max-width: 400px;
    }

    .banner-form-wrapper {
        width: 240px;
    }

    .banner-content h1 {
        font-size: 26px;
    }

    .banner-content p {
        font-size: 16px;
    }

    .banner-input input, .banner-input select {
        height: 24px;
    }

    .banner-captcha {
        height: 24px;
    }

    .banner-submit {
        height: 24px;
    }

    .footer-title {
        font-size: 16px;
    }

    .footer-step p {
        font-size: 11px;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media screen and (max-width: 992px) {
    .wrapper-container {
        max-width: 760px;
    }

    .banner-content h1 {
        font-size: 28px;
    }
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
    .wrapper-container {
        max-width: 600px;
    }

    .banner-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .banner-content {
        width: 100%;
    }

    .banner-form-wrapper {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    .footer-wrapper {
        flex-direction: column;
    }

    footer {
        height: auto;
        padding: 10px 0px;
    }
}
/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {
}
/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {
    .main {
        padding: 0px 0px 30px 0px;
    }

    .wrapper-container {
        padding: 0px 20px;
    }

    .banner-form-wrapper {
        width: 100%;
        max-width: 300px;
        margin: auto;
    }

    .logo-wapper img {
        max-width: 170px;
    }

    .banner-content h1 {
        font-size: 24px;
        line-height: 24px;
    }

    .banner-content p {
        font-size: 14px;
    }

    .banner-content ul {
        margin: 10px 0px 0px 0px;
    }

    .footer-steps {
        margin-top: 10px;
        flex-direction: column;
        align-items: flex-start;
        margin: auto;
        flex-wrap: wrap;
        gap: 10px;
    }

    .footer-step {
        padding: 0px 10px;
        align-items: center;
    }

    .footer-separator {
        height: 1px;
        width: 40px;
        display: none;
    }

    .footer-break {
        display: none;
    }
}
/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {
}
/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:400px) {
}
