 body {
        font-family: 'Segoe UI', sans-serif;
        background: #f3f8fe;
    }

    .login-wrapper {
        min-height: 100vh;
    }

    /* LEFT SIDE */
   .left-panel {
    background: #f3f8fe;
    padding: 26px 60px;
}

    .brand {
        font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
    }

    .brand span {
        color: #ff3d3d;
    }

    .left-panel h1 {
        font-size: 42px;
        font-weight: 700;
        line-height: 1.2;
    }

    .left-panel p {
        font-size: 18px;
        margin-top: 15px;
        color: #555;
    }

  .hero-img {
    max-width: 80%;
    margin: 0px auto 23px auto;
}
    /* RIGHT SIDE */
.right-panel {
    background: #fff;
    border-radius: 25px 0 0 25px;
    padding: 70px 80px;
    border-left: 6px solid #ff3d3d;
}
    .right-panel h3 {
        font-weight: 700;
        margin-bottom: 30px;
    }
.form-control {
    height: 52px;
    border: 2px solid #000;
    border-radius: 30px;
}
.register-btn {
    padding: 15px 10px;
    border-radius: 40px;
    margin-top: 20px;
}

    .login-btn {
        background: #ff3d3d;
        border: none;
        border-radius: 30px;
        padding: 14px;
        font-size: 16px;
        font-weight: 600;
    }

    .login-btn:hover {
        background: #e63636;
    }

    .register-link {
        margin-top: 20px;
        font-size: 14px;
    }

    .register-link a {
        color: #ff3d3d;
        text-decoration: none;
        font-weight: 600;
    }

    @media (max-width: 768px) {
        .left-panel {
            text-align: center;
            padding: 40px;
        }

        .left-panel h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30PX;
}
    .right-panel {
        border-radius: 0;
        padding: 31px;
    }
    .brand {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 22px;
}
.right-panel {
    border-left: 0px solid #ff3d3d;
    border-top: 1px solid #ff3d3d;
}
    }