    body {
      font-family: Cambria, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f1f1f1;
    }

    .ccs-form {
      position: relative;
      margin-top: 150px;
      display: flex;
      justify-content: center;
    }

    form {
      width: 400px;
      padding: 20px;
      border: 1px solid #A52A2A;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      background-color: #f9f9f9;
    }

    h1 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 30px;
    }

    label {
      display: block;
      margin-top: 15px;
      font-size: 14px;
      font-weight: bold;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="datetime-local"],
    select {
      width: calc(100% - 20px);
      height: 30px;
      padding: 5px 10px;
      margin-top: 5px;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
    }

    #strength {
      font-size: 0.9em;
      color: gray;
      margin-top: 5px;
      display: block;
    }

    button {
      margin-top: 20px;
      width: 48%;
      height: 40px;
      background-color: #007BFF;
      color: white;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 16px;
    }

    button[type="reset"] {
      background-color: #6c757d;
    }

    button:hover {
      opacity: 0.9;
    }

    div {
      display: flex;
      justify-content: space-between;
    }

    .strength-text {
      font-size: 0.9em;
      margin-top: 5px;
    }

    .weak { color: red; }
    .strong { color: orange; }
    .very-strong { color: green; }

    a {
      display: block;
      text-align: center;
      font-size: 16px;
      margin-top: 20px;
      text-decoration: none;
      color: #007BFF;
    }

    a:hover {
      text-decoration: underline;
    }

    #alertMessage {
      text-align: center;
      margin-bottom: 20px;
    }
  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;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text3 div
{
   text-align: left;
}
