    body {
        margin: 0;
        padding: 0;
        min-height: 100vh;
        background: #f1f3f6;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        display: flex;
        justify-content: center;
    }

    #loginForm {
        margin-top: 150px;
        background-color: #ffffff;
        padding: 30px 40px;
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        width: 100%;
        max-width: 420px;
    }

    #loginForm h1 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 25px;
        text-align: center;
        color: #333;
    }

    #loginForm label {
        display: block;
        font-weight: 500;
        margin-bottom: 8px;
        color: #555;
    }

    #loginForm input[type="email"],
    #loginForm input[type="text"],
    #loginForm input[type="password"] {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 6px;
        margin-bottom: 20px;
        transition: border-color 0.3s;
    }

    #loginForm input:focus {
        border-color: #007bff;
        outline: none;
    }

    #loginForm button[type="submit"] {
        width: 100%;
        padding: 12px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    #loginForm button[type="submit"]:hover {
        background-color: #0056b3;
    }

    .strength {
        font-size: 14px;
        margin-top: -15px;
        margin-bottom: 15px;
        display: block;
    }

    .strength.weak {
        color: red;
    }

    .strength.strong {
        color: orange;
    }

    .strength.very-strong {
        color: green;
    }
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2 div
{
   text-align: left;
}
