/* Internal styles extracted from ClientReview/ClientLogin.blade.php */

/* CSS Block 1 */
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


        .form-forget-password a {
            color: #001D58;
        }

        * {
            margin: 0;
            padding: 0;
            font-family: Montserrat;
        }

        section.login-banner-sec {
            background: url("../../images/login-banner.webp");
            width: 100%;
            height: 410px;
            display: flex;
            align-items: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        section.login-banner-sec h2 {
            font-family: 'Montserrat';
            font-size: 45px;
            font-weight: 400;
            color: #fff;
        }

        /*<!------------------------- Form Section Css--------------------------->*/
        section.login-form-sec {
            background: #eef3ff;

        }

        section.login-form-sec h2 {
            color: #001D58;
            font-size: 45px;
            font-family: Montserrat;
            font-weight: 400;
        }

        form {
            max-width: 370px;
            margin: auto;
        }

        .form-group input#email,
        input#password {
            background: white;
            color: black;
            margin-bottom: 30px;
            padding: 15px 15px;
        }

        .form-group input#email::placeholder,
        input#password::placeholder {
            color: black;
            font-size: 18px;
            font-weight: 300;
        }

        /* after and before */

        section.login-form-sec h4 {
            position: relative;
            font-size: 16px;
            font-weight: 400;
            margin: 20px 0;
            text-align: center;
            color: #1C366D;
        }

        section.login-form-sec h4::before {
            content: '';
            position: absolute;
            left: 53px;
            top: 49%;
            width: 14%;
            height: 1px;
            background-color: #A9A3A3;
            transition: all 0.3s ease;
            transform: translateY(-50%);
        }

        section.login-form-sec h4::after {
            content: '';
            position: absolute;
            right: 53px;
            top: 49%;
            width: 14%;
            height: 1px;
            background-color: #A9A3A3;
            transition: all 0.3s ease;
            transform: translateY(-50%);
        }

        .form-group-checkbox-text {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .checkbox {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .checkbox p,
        .checkbox label {
            margin: 0;
            font-size: 15px;
            font-weight: 300;
            color: #000;
            cursor: pointer;
        }

        .checkbox input[type="checkbox"] {
            cursor: pointer;
        }

        .form-forget-password {
            margin: 0;
            font-size: 15px;
            font-weight: 300;
        }

        .form-forget-password a {
            text-decoration: none;
            color: #000;
        }

        button.btn-block {
            width: 100%;
            border: none;
            color: #fff;
            background-color: #00F19C;
            padding: 10px 0;
            border-radius: 10px;
            font-size: 23px;
            font-weight: 500;
            margin-bottom: 30px;
        }

        .sign-up {
            display: flex;
            justify-content: center;
            gap: 20px;
            border-top: 1px solid #A9A3A3;
            padding-top: 20px;
        }

        .sign-up p {
            font-size: 14px;
            font-weight: 300;
            color: #000;
        }

        .sign-up a {
            text-decoration: none;
            color: #001D58;
            font-size: 15px;
            font-weight: 500;
        }

        footer.Margin-footer-main {
            margin-top: 0 !important;
        }

        .col-md-6.mx-auto.welcom-form.text-center {
            margin-top: 29px;
        }















        @media (max-width: 767px) {
            .alert.alert-success {
                border: 1px solid #188038!important;
                color: #188038!important;
                background: #f8fff9;
                font-weight: 500;
                padding: 12px 16px;
                border-radius: 4px;
                margin: 10px 0;
                font-size: 11px;
                width: 85%;
                margin: auto;
                text-align: center;
            }

            div#successMessage {
                font-size: 11px;
                width: 85%;
                margin: auto;
                background: #001d5883;
                color: white;
                font-weight: 600;
                margin-bottom: 10px;



            }
        }

        .error.alert.alert-danger li {
            list-style-type: none;
        }

        .alert.alert-success {
            border: 1px solid #188038!important;
            color: #188038!important;
            background: #f8fff9;
            font-weight: 500;
            padding: 12px 16px;
            border-radius: 4px;
            margin: 10px 0;
            width: 72%;
            margin: auto;
            text-align: center;
        }

        div#successMessage {
            width: 32%;
            margin: auto;
            background: #001d5883;
            color: white;
            font-weight: 600;

        }

        /* Password Toggle Styles */
        .password-input-group {
            position: relative;
            display: flex;
            align-items: center;
        }

        .password-toggle-icon {
            position: absolute;
            right: 15px;
            top: 34%;
            transform: translateY(-50%);
            cursor: pointer;
            color: #001D58;
            font-size: 18px;
            transition: color 0.3s ease;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
        }

        .password-toggle-icon:hover {
            color: #0e2961b0 !important
        }

        .password-input-group input {
            padding-right: 45px;
            width: 100%;
        }

        /* Card Footer Styles */
        .card-footer {
            border-top: 1px solid #A9A3A3;
            padding-top: 20px;
            margin-top: 10px;
        }

        .card-footer p {
            font-family: 'Montserrat', sans-serif;
            font-size: 18px;
            font-weight: 400;
            color: #001D58;
            margin: 0;
        }

        .card-footer a {
            font-family: 'Montserrat', sans-serif;
            font-size: 18px;
            font-weight: 500;
            color: #001D58;
            text-decoration: underline !important;
        }

        /* Mobile Styles */
        @media (max-width: 767px) {
            section.login-banner-sec h2 {
                font-size: 32px;
            }

            section.login-form-sec h2 {
                font-size: 32px;
            }

            section.login-form-sec h4 {
                font-size: 14px;
            }

            section.login-form-sec h4::before {
                left: 15px;
                width: 22%;
            }

            section.login-form-sec h4::after {
                right: 15px;
                width: 22%;
            }

            .form-group input#email::placeholder,
            input#password::placeholder {
                font-size: 16px;
            }

            button.btn-block {
                font-size: 20px;
            }

            .card-footer p {
                font-size: 16px;
                font-weight: 400;
            }

            .card-footer a {
                font-size: 16px;
                font-weight: 500;
                text-decoration: underline !important;
            }

            .checkbox p,
            .checkbox label {
                font-size: 13px;
            }

            .form-forget-password {
                font-size: 13px;
            }
        }

