
        body {
            background: linear-gradient(135deg,rgb(65, 201, 203), #007BFF, #0056B3);
            justify-content: center;
            align-items: center;
            color: #333;
        }
        .box-container {
            display: flex;
            justify-content: center;
            margin: 50px;
        }

        .login-container {
            display: flex;
            width: 85%;
            height: auto;
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }

        .login-image {
            flex: 1;
            background: url('/assets/uploads/working-girl2.jpg') center/cover no-repeat;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 40px;
            color: white;
            position: relative;
        }

        .login-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
        }

        .login-image h1, .login-image p {
            position: relative;
            z-index: 1;
        }

        .login-image h1 {
            font-size: 32px;
            margin-bottom: 20px;
        }

        .login-image p {
            font-size: 16px;
            line-height: 1.6;
        }

        .login-form {
            flex: 1;
            padding: 20px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .login-form h2 {
            font-size: 28px;
            margin-bottom: 10px;
            color: #333;
        }

        .login-form p {
            color: #666;
            margin-bottom: 30px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #555;
        }

        .form-group input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 16px;
            transition: border 0.3s;
        }

        .form-group input:focus {
            border-color: #007BFF;
            outline: none;
        }

        .options {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 25px;
        }

        .remember-me {
            display: flex;
            align-items: center;
        }

        .remember-me input {
            margin-right: 8px;
        }

        .forgot-password a {
            color: #007BFF;
            text-decoration: none;
            font-weight: 500;
        }

        .login-button {
            background: linear-gradient(135deg, #eb9406,rgb(255, 123, 0));
            color: white;
            border: none;
            padding: 10px 30px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            margin-bottom: 20px;
        }

        .login-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(142, 45, 226, 0.3);
        }

        .error-message {
            color: #e74c3c;
            margin-bottom: 15px;
            font-size: 14px;
        }
        ul.registration-list.step-list-two{display: none;}

        @media (max-width: 768px) {
            .box-container {margin: 50px 10px;}
            .login-container {flex-direction: column;width: 90%;height: auto;}
            .login-image {padding: 30px;min-height: 200px;}
            .login-form {padding: 15px;}
            p.howdy{ font-size: 30px !important;}
        }
        .logo-wrapper {width: 50%;}
        p.howdy{color:rgb(255, 255, 255); font-size: 35px; line-height: 1em;}
        .howwdy{color:rgb(255, 255, 255);}

        .signup-forms .add-new-acc {
    display: block;
    font-size: 12px;
    margin-top: 0px;
}