
/** {*/
    /* border: 1px solid red; */
/*    font-family: sans-serif;*/
/*}*/


/*main {*/
/*    background: #edf2ff;*/
/*    background-image: url(../images/img/BG-sidebar.png);*/
/*    background-size: 100%;*/
/*    background-position: bottom;*/
/*    background-attachment: fixed;*/
/*    background-repeat: no-repeat;*/
/*  }*/
  
/*  @media screen and (max-width: 500px) {*/
/*    main {*/
/*      background: #edf2ff;*/
/*      background-image: url(../images/img/BG-sidebar.png);*/
      /* position: fixed; */
/*      background-size: 100%;*/
/*      background-position: top;*/
/*      background-attachment: fixed;*/
/*      background-repeat: no-repeat;*/
/*    }*/
/*  }*/

/*main {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    min-height: 100vh;*/
/*    width: 100vw;*/
    /* background-image: url("../images/IMG_9037.PNG"); */
/*}*/

/*.mainBody img {*/
/*    width: 250px;*/
/*}*/

/*.auth-heading {*/
/*    text-align: center;*/
/*    color: orange;*/
/*    font-size: 1.2rem;*/
/*    font-weight: 600;*/
/*}*/

/*.inputs {*/
/*    display: flex;*/
/*    border-bottom: 1px solid white;*/
/*}*/

/*label {*/
/*    font-size: .9rem;*/
/*    font-weight: 600;*/
    
/*}*/
/*.omgmarketing-theme .login-honor-style{*/
/*    width: 30%;*/
/*}*/

/*form {*/
/*    border-radius: 10px;*/
/*    background-color: rgb(1, 0, 18);*/
/*}*/


/*.customInput, .form-control {*/
/*    width: 100%;*/
/*    color: white;*/
/*    text-align: center;*/
/*    background: transparent !important;*/
/*    height: 30px;*/
/*    padding: 5px 0 10px 0;*/
/*    font-weight: 700 !important;*/
/*    letter-spacing: -0.5px;*/
/*    font-size: 13px !important;*/
/*    border: none !important;*/
    /* border-bottom: 1px solid whitesmoke; */
/*    resize: none;*/
/*    appearance: none !important;*/
/*    outline: none !important;*/
/*    -webkit-appearance: none !important;*/
/*    transition: 0.3s all ease-in-out;*/
/*}*/

/*.formInputs .login{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 10px;*/
/*    max-height: 150px;*/
/*    padding: 20px;*/
/*    align-items: stretch;*/
/*}*/

/*.login {*/
/*    color: white;*/
/*    margin-top: 20px;*/
/*    background:none;*/
/*    border: none;*/
/*}*/
/*.login .las {*/
/*    color: orange;*/
/*    margin-top: -15px;*/
/*    font-size: 20px;*/
/*}*/
/*.la-eye{*/
/*    color: blue;*/
/*    margin-top:2px;*/
    
/*}*/
/*.links {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 15px;*/
/*    margin-top: 30px;*/
/*}*/

/*#forgotPassword {*/
/*    text-decoration: none;*/
/*    color: rgb(119, 118, 118);*/
/*}*/

/*#register {*/
/*    color: orange;*/
/*}*/

/*.rights {*/
/*    text-align: center;*/
/*    margin: 120px auto 0 auto;*/
/*    font-weight: 500;*/
/*    font-size: .8rem;*/
/*    color: whitesmoke;*/
/*}*/


        :root {
            --brand-gradient: linear-gradient(90deg, #23A6D5, #A8CF45);
            --text-main: #000000;
            --text-muted: #A0A0A0;
            --border-color: #D1D1D1;
        }

        body {
            margin: 0;
            padding: 0;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            background-color: #FFFFFF;
            display: flex;
            flex-direction: column;
            align-items: center;
            min-height: 100vh;
            width: 100%;
        }

        /* Support Icon */
        .support-header {
            width: 100%;
            display: flex;
            justify-content: flex-end;
            padding: 20px;
            box-sizing: border-box;
        }

        .support-icon {
            width: 32px;
            height: 32px;
            cursor: pointer;
        }

        /* Logo Area Refactor */
        .logo-container {
            margin-top: 40px;
            margin-bottom: 50px;
            display: flex;
            justify-content: center;
        }

        .logo-img {
            width: 150px; /* Scaled for visual impact */
            height: auto;
            display: block;
        }

        .login-title {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 45px;
            color: var(--text-main);
        }

        /* Form Layout */
        .form-container {
            width: 88%;
            max-width: 400px;
            display: flex;
            flex-direction: column;
        }

        .input-group {
            margin-bottom: 35px;
            width: 100%;
        }

        .input-label {
            font-size: 14px;
            font-weight: 700;
            display: block;
            margin-bottom: 8px;
            color: var(--text-main);
        }

        .input-field {
            width: 100%;
            border: none;
            border-bottom: 1px solid var(--border-color);
            padding: 12px 0;
            font-size: 16px;
            outline: none;
            background: transparent;
            box-sizing: border-box;
        }

        .input-field::placeholder {
            color: var(--text-muted);
            text-align: right;
            font-size: 14px;
        }

        /* Login Button */
        .login-btn {
            width: 100%;
            height: 55px;
            border: none;
            border-radius: 30px;
            background: var(--brand-gradient);
            color: white;
            font-size: 18px;
            font-weight: 700;
            margin-top: 15px;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(35, 166, 213, 0.25);
        }

        /* Register Area with Breathing Space */
        .register-container {
            margin-top: 35px;
            padding-bottom: 100px; /* MASSIVE BREATHING SPACE BELOW */
            text-align: center;
        }

        .register-link {
            color: #000;
            text-decoration: underline;
            font-weight: 700;
            font-size: 18px;
            cursor: pointer;
            display: inline-block;
        }

        @media (min-width: 1024px) {
            .form-container {
                max-width: 450px;
                padding: 40px;
                box-shadow: 0 10px 40px rgba(0,0,0,0.04);
                border-radius: 20px;
            }
            .logo-container { margin-top: 70px; }
        }



       