*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.login-form-wrapper{
    min-height: 100vh;
    padding: 30px 0;
    background-image: url(../img/login/9739.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.login-cover .row{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
}

.login-form{
    background-image: linear-gradient(rgb(0 180 251), rgb(0 132 243));
    /* background-color: antiquewhite; */
    padding: 139px 55px;
}
/* .login-cover{
    min-height: 70vh;
} */
.welcome{
    text-transform: uppercase;
    color: white;
    text-align: center;
    padding: 20px 0;
}
.img-sect{
    background-color: white;
    /* padding: 35px 35px; */
}
.btn-submit{
    background-color: rgb(0 205 148);
    font-weight: 500;
    text-transform: uppercase;
}
.form-group input[type="text"]::placeholder {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.form-group input[type="password"]::placeholder {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* input[type=checkbox]{
    background-color: transparent;
} */
.form-group input[type="password"]{
    text-align: center;
    letter-spacing: 5px;
}
.form-group input[type="text"]{
    text-align: center;
}
.img-sect img{
    width: 100%;
}
.form-group input[type="password"], input[type="text"] {
    margin: 2px 0;
}
.forgot a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}
.form-check-label{
    font-size: 14px;
}
@media screen and (max-width:992px) {
    .login-form{
        padding: 60px 35px;
    }
    .login-form-wrapper{
        padding-top: 0px;

    }
    .form-group input[type="text"]::placeholder {
        font-size: 13px;

    }
    .form-group input[type="password"]::placeholder {
        font-size: 13px;

    }
}


 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
        }

        body {
            min-height: 100vh;
            display: flex;
            background: #f5f7fa;
        }

        .container {
            display: flex;
            width: 90%;
            max-width: 1250px;
            margin: auto;
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
            border-radius: 20px;
            overflow: hidden;
        }

        /* Left Branding Panel */
        .branding {
            flex: 1.2;
            background: linear-gradient(135deg, #065396 0%, #0a4a80 50%, #EC8122 150%);
            color: white;
            padding: 60px 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .branding::before {
            content: '';
            position: absolute;
            width: 300px;
            height: 300px;
            background: rgba(236, 129, 34, 0.15);
            border-radius: 50%;
            top: -100px;
            right: -100px;
        }

        .branding::after {
            content: '';
            position: absolute;
            width: 200px;
            height: 200px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            bottom: -50px;
            left: -50px;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 40px;
            z-index: 1;
        }

        .logo i {
            font-size: 2.5rem;
            color: #EC8122;
            background: white;
            padding: 12px;
            border-radius: 12px;
        }

        .logo h2 {
            font-size: 1.8rem;
            font-weight: 700;
        }

        .branding-content {
            z-index: 1;
        }

        .branding-content h1 {
            font-size: 2.8rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .branding-content h1 span {
            color: #EC8122;
        }

        .branding-content p {
            font-size: 1.1rem;
            opacity: 0.9;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .features {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .feature-item {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 1rem;
        }

        .feature-item i {
            color: #EC8122;
            font-size: 1.2rem;
        }

        /* Right Login Form Panel */
        .login-form {
            flex: 1;
            background: white;
            padding: 60px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .form-header {
            margin-bottom: 40px;
        }

        .form-header h2 {
            color: #065396;
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .form-header p {
            color: #666;
            font-size: 1rem;
        }

        /* Alert Messages */
        .alert {
            padding: 12px 16px;
            border-radius: 10px;
            margin-bottom: 20px;
            font-size: 0.9rem;
        }

        .alert-success {
            background: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }

        .alert-danger {
            background: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }

        .input-group {
            margin-bottom: 25px;
            position: relative;
        }

        .input-group label {
            display: block;
            color: #065396;
            font-weight: 500;
            margin-bottom: 8px;
            font-size: 0.95rem;
        }

        .input-wrapper {
            position: relative;
        }
      .login-panel {
            flex: 1;
            background: white;
            padding: 60px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .input-wrapper i.icon-left {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
            z-index: 1;
        }

        .input-wrapper input {
            width: 100%;
            padding: 15px 45px 15px 45px;
            border: 2px solid #e1e5e9;
            border-radius: 10px;
            font-size: 1rem;
            transition: all 0.3s ease;
            outline: none;
            font-family: 'Poppins', sans-serif;
        }

        .input-wrapper input:focus {
            border-color: #EC8122;
            box-shadow: 0 0 0 3px rgba(236, 129, 34, 0.1);
        }

        .text-danger {
            color: #e74c3c;
            font-size: 0.82rem;
            margin-top: 5px;
            display: block;
        }

        .toggle-password {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
            cursor: pointer;
            transition: color 0.3s;
        }

        .toggle-password:hover {
            color: #EC8122;
        }

        .form-options {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            font-size: 0.9rem;
        }

        .remember {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #666;
            cursor: pointer;
        }

        .remember input[type="checkbox"] {
            accent-color: #EC8122;
            width: 16px;
            height: 16px;
            cursor: pointer;
        }

        .forgot-password {
            color: #065396;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
        }

        .forgot-password:hover {
            color: #EC8122;
        }

        .login-btn {
            width: 100%;
            padding: 16px;
            background: linear-gradient(135deg, #EC8122 0%, #ff9d42 100%);
            color: white;
            border: none;
            border-radius: 10px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(236, 129, 34, 0.3);
            font-family: 'Poppins', sans-serif;
        }

        .login-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(236, 129, 34, 0.4);
        }

        .login-btn:active {
            transform: translateY(0);
        }

        .divider {
            text-align: center;
            margin: 30px 0;
            position: relative;
            color: #999;
        }

        .divider::before,
        .divider::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 45%;
            height: 1px;
            background: #e1e5e9;
        }

        .divider::before {
            left: 0;
        }

        .divider::after {
            right: 0;
        }

        .support {
            text-align: center;
            margin-top: 20px;
            color: #666;
            font-size: 0.9rem;
        }

        .support a {
            color: #065396;
            font-weight: 500;
            text-decoration: none;
        }

        .support a:hover {
            color: #EC8122;
        }

        

        /* Responsive */
        @media (max-width: 968px) {
            .container {
                flex-direction: column;
                margin: 20px;
                border-radius: 15px;
            }

            .branding {
                padding: 40px 30px;
                text-align: center;
            }

            .branding-content h1 {
                font-size: 2.2rem;
            }

            .features {
                display: none;
            }

            .login-form {
                padding: 40px 30px;
            }
        }

        @media (max-width: 480px) {
            .branding-content h1 {
                font-size: 1.8rem;
            }

            .form-header h2 {
                font-size: 1.8rem;
            }

            .form-options {
                flex-direction: column;
                gap: 15px;
                align-items: flex-start;
            }
        }

        .login-panel {
            flex: 1;
            background: white;
            padding: 60px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .form-header {
            margin-bottom: 40px;
        }

        .form-header h2 {
            color: #065396;
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .form-header p {
            color: #666;
            font-size: 1rem;
        }

        .input-group {
            margin-bottom: 16px;
            position: relative;
        }

        .input-group label {
            display: block;
            color: #065396;
            font-weight: 500;
            margin-bottom: 8px;
            font-size: 0.95rem;
        }

        .input-wrapper {
            position: relative;
        }

        .input-wrapper i.field-icon {
            position: absolute;
            left: 15px;
            top: 40%;
            transform: translateY(-50%);
            color: #999;
            z-index: 1;
        }

        .input-wrapper input {
            width: 100%;
            padding: 15px 45px 15px 45px;
            border: 2px solid #e1e5e9;
            border-radius: 10px;
            font-size: 1rem;
            transition: all 0.3s ease;
            outline: none;
            font-family: 'Poppins', sans-serif;
        }

        .input-wrapper input:focus {
            border-color: #EC8122;
            box-shadow: 0 0 0 3px rgba(236, 129, 34, 0.1);
        }

        li.parsley-required {
    list-style: none;
    color: red;
    font-size: 13px;
}


.input-wrapper {
    position: relative !important;
}

.input-wrapper .field-icon,
.input-wrapper .toggle-password {
    top: 24px !important;
    transform: none !important;
}