﻿:root {
    --primary-color: #BD5719;
    --light-primary: #FFFAF7;
    --secondary-color: #A2B75E;
    --light-secondary: #F2F5E6;
    --primary-text: #444444;
    --secondary-text: #625C5C;
    --bg-white: #ffffff;
}

@media screen and (min-width:768px) and (max-width: 1024px) {
}

@media screen and (min-width:768px) and (max-width: 991px) {
    .step-preview .image-section .note-section .note-content {
        flex-direction: column;
    }

    .step-preview .image-section .icon-section {
        padding: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .footer-links {
        order: 1;
        width: 100%;
        border-top: 1px solid #ddd;
        padding-top: 5px;
        margin-top: 5px;
        text-align: center;
        display: flex;
        justify-content: center;
    }


    .footer-content {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 991px) {

    /* Step-2 */
    .login-wrapper .inner-content .step-2 .image-section .description h1 {
        font-size: 23px;
    }

    .login-wrapper .step-2 .options-wrapper .options .selection {
        display: flex;
        justify-content: center;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 767px) {

    /* Welcome Screen */
    .login-banner .banner-content .inner-content h1 {
        font-size: 36px;
    }

    /* Stepper Form */
    .login-wrapper .inner-content .step-preview .form-section .form-content {
        margin-top: 30px;
    }

    .login-wrapper .inner-content .step-preview .form-section .section-heading {
        font-size: 16px;
    }

    .login-wrapper .inner-content .step-preview .image-section {
        height: auto;
        text-align: center;
        padding: 20px;
    }

        .login-wrapper .inner-content .step-preview .image-section .description h1 {
            font-size: 28px;
        }

    /* Step-2 */
    .login-wrapper .inner-content .step-2 .image-section {
        text-align: left;
    }
}

@media screen and (max-width: 580px) {

    /* Button */
    .btn,
    .btn:hover,
    .btn:active,
    .btn:visited,
    .btn:focus {
        padding: 18px 38px;
        font-size: 14px;
    }

    /* Welcome Screen */
    .footer-content {
        flex-direction: column;
        gap: 24px;
    }

        .footer-content .contact ul {
            text-align: center;
        }

    footer .footer-links ul li {
        padding: 2px 6px;
    }

    .login-banner {
        padding: 10px;
    }

    /* Footer */
    .footer-links {
        border-top: none;
    }

    footer .footer-links ul li {
        padding: 4px;
    }

    /* Step-2 */
    .login-wrapper .step-2 .image-section .connect-us .connect-links .link-card {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 12px;
    }

    .login-wrapper .step-2 .image-section .connect-us .connect-links .links {
        text-align: left;
    }

    .footer-content {
        gap: 10px;
        padding: 24px 20px;
    }

    .stepper-head-icon .create-account {
        max-width: 60px;
        word-wrap: break-word;
    }
}

@media screen and (max-width: 480px) {

    /* Welcome Screen */
    .login-banner .banner-content .inner-content h1 {
        font-size: 24px;
    }

    .login-banner .banner-content .inner-content p {
        font-size: 13px;
        margin-top: 12px;
    }

    /* Login form */
    .login-wrapper .inner-content .step-preview .form-section .form-content .organisation-pills .pill span {
        flex-direction: column;
    }

        .login-wrapper .inner-content .step-preview .form-section .form-content .organisation-pills .pill span svg {
            margin-right: 0px;
            margin-bottom: 8px;
            height: 20px;
        }

    .login-wrapper .inner-content .step-preview .form-section .form-content .organisation-pills .pill {
        padding: 14px 0px;
    }

        .login-wrapper .inner-content .step-preview .form-section .form-content .organisation-pills .pill span .organisation-type {
            font-size: 14px;
        }

    /* Stepper */

    /* .login-wrapper .stepper-head-icon::after {
        content: none;
    }

    .login-wrapper .stepper-step:first-child .stepper-head-icon:before {
        content: none;
    } */

    .login-wrapper .stepper-head-icon {
        font-size: 13px;
        text-align: center;
    }

    .login-wrapper .inner-content .stepper:not(.stepper-vertical) {
        gap: 6px;
    }

    .login-wrapper .step-2 .form-section .forgot-password .remember-check {
        display: flex;
        justify-content: center;
    }

    /* Welcome Screen */

    .login-wrapper .form-outline .form-control {
        height: 50px;
    }

    footer .footer-content .footer-logo img {
        max-width: 80px;
    }

    .footer-content .footer-links,
    .footer-content .footer-links a {
        font-size: 13px;
        margin-top: 0;
    }

    .login-wrapper .inner-content .step-preview .image-section .description h1 {
        font-size: 20px;
        text-align: center;
    }

    .login-wrapper .btn,
    .btn:hover,
    .btn:active,
    .btn:visited,
    .btn:focus {
        padding: 13px 42px;
    }

    .login-banner .banner-content .banner-logo img {
        max-width: 100px;
    }

    .login-banner {
        min-height: calc(100vh - 200px);
    }

    /* Stepper */
    .login-wrapper .inner-content .step-preview .image-section .description p {
        font-size: 14px;
        margin-bottom: 0 !important;
    }

    .login-wrapper .note-section-responsive {
        text-align: left;
        display: block;
        padding: 18px;
    }

    .image-section .note-section {
        display: none;
    }

    .login-wrapper .inner-content .step-preview .image-section {
        padding: 100px 20px;
    }

    .login-wrapper .inner-content {
        padding: 0;
    }

    .footer-content .contact ul li a {
        font-size: 13px;
    }

    .login-wrapper .step-2 .form-section .need-help {
        display: none;
    }

    .login-wrapper .step-2 .form-section .anonymous-login p,
    .login-wrapper .step-2 .form-section .anonymous-login p a {
        font-size: 13px;
        margin-top: 25px;
    }

    /* Need Help */

    .login-wrapper .step-2 .image-section .connect-us {
        display: none;
    }

    .login-wrapper .connect-us-responsive {
        box-shadow: 0px 4px 44px 0px #0000000F;
        padding: 20px;
        display: block;
        border-radius: 10px;
    }

        .login-wrapper .connect-us-responsive .connect-links .link-card {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 12px;
            border-bottom: 1px solid #F1F1F1;
            padding-bottom: 18px;
        }

            .login-wrapper .connect-us-responsive .connect-links .link-card .icon {
                width: 56px;
                height: 56px;
                border-radius: 15px;
                background-color: var(--primary-color);
            }

        .login-wrapper .connect-us-responsive .connect-links .links {
            text-align: left;
        }

    .login-wrapper .step-2 .options-wrapper .create-account p,
    .login-wrapper .step-2 .options-wrapper .create-account p a {
        font-size: 13px;
    }

    .login-wrapper .step-2 .options-wrapper .create-account {
        margin: 10px 0px 26px 0px;
    }

    .login-wrapper .inner-content .step-preview .form-section {
        padding: 0;
    }

    .login-wrapper .step-2 .form-section .forgot-password,
    .login-wrapper .step-2 .forgot-password .password-link a {
        font-size: 13px;
    }

    .login-wrapper .form-outline.mb-4 {
        margin-bottom: 16px !important;
    }

    /* Step 3 */

    .login-wrapper .step-3 .form-content .createaccount-logo {
        display: inline-block;
        padding: 30px 20px;
        background-color: var(--light-primary);
        display: none;
    }

    .login-wrapper .step-3 .form-content .section-heading {
        margin: 0px;
    }

    .login-wrapper .select-arrow {
        top: 16px;
    }
}

@media screen and (max-width: 350px) {

    .login-wrapper .step-2 .form-section .forgot-password {
        flex-direction: column;
    }

    .login-wrapper .note-section-responsive {
        padding: 12px;
    }

    .login-wrapper .stepper-active .stepper-head-icon {
        font-size: 12px;
    }

    .login-wrapper .stepper-head-icon::after {
        right: -21px;
    }
}
