.sc-lostpassword-instructions{
       font-size: 25px!important;

}
.sc-lostpassword-success{
       font-size: 25px!important;

}

/* sc-portal-style.css */

.sc-portal-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: Helvetica, sans-serif;
}

.sc-first-time-login{
  margin-left: 20px;
}


.sc-portal-header {
  font-size: 1.6em;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}

.sc-portal-login-form {
  background: #fff;
  border: 0px solid #ddd;
  padding: 20px;
  border-radius: 4px;
}

.sc-portal-login-form input[type="text"],
.sc-portal-login-form input[type="password"],
.sc-resetpassword-form input[type="text"],
.sc-resetpassword-form input[type="password"] {
  width: 98%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.sc-portal-login-form input[type="submit"] {
  background: #01b3dd;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
  font-weight:600;
}

.sc-portal-login-form input[type="submit"]:hover {
  background: #333333;
}

.sc-portal-welcome {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.sc-portal-pdf-list {
  list-style: none;
  padding: 0;
}

.sc-portal-pdf-list li {
  background: #f1f1f1;
  margin-bottom: 8px;
  padding: 10px;
  border-radius: 3px;
}

.sc-portal-pdf-list li a {
  color: #0073aa;
  text-decoration: none;
}

.sc-portal-pdf-list li a:hover {
  text-decoration: underline;
}

.sc-portal-error {
  color: #cc0000;
  font-weight: bold;
  text-align: center;
}

.sc-portal-info {
  text-align: center;
  color: #555;
}

/* Hide Page Tilte */
.wp-block-post-title {
   display:none!important;
}

/* Style error on login form*/
.sc-portal-login-error {
  background: #ffecec;
  color: red;
  border: 1px solid #cc0000;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 3px;
}
.wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained{
  display:none!important;
}



/* Lost Password Form Styles */
.sc-lostpassword-form input[type="text"],
.sc-lostpassword-form input[type="password"],
.sc-lostpassword-form input[type="submit"],
.login-input {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
}
.sc-lostpassword-form input[type="submit"],
.login-button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
}
.sc-lostpassword-form input[type="submit"]:hover,
.login-button:hover {
    background-color: #006799;
}
.sc-first-time-login p {
    font-size: 14px;
    margin-bottom: 5px;
}
.sc-generate-password-button {
    display: inline-block;
    padding: 10px 15px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}
.sc-generate-password-button:hover {
    background-color: #006799;
}


/* Remove any erroneous rule for #sc-lostpassword-container */
#sc-lostpassword-container {
    /* Reset any previous margins */
    margin: 0;
    /* Add a top margin to separate it from the login form */
    margin-top: 20px;
    /* Match the login form’s background and padding */
    background: #fff;
    padding: 20px;
    border: 0px solid #ddd;
    border-radius: 4px;
    /* Ensure the container uses the full width of its parent (with box-sizing for padding) */
    width: 100%;
    box-sizing: border-box;
    font-family: Helvetica, sans-serif;
}


.sc-generate-password-button {
    display: inline-block;
    padding: 10px 20px; /* Reduced padding */
    font-size: 13px;   /* Adjust font size as needed */
    background-color: #01b3dd;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    margin-top:10px;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    font-weight:600;
}

.sc-generate-password-button:hover {
    background-color: #333333;
}

#sc-lostpassword-container {
    margin-top: 10px; /* Adjust this value to your liking */
}

#sc-lostpassword-container .login-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    background-color: #01b3dd;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-weight:600;
    font-family: Helvetica, sans-serif;
    border: none;
    cursor: pointer;
}
.sc-resetpassword-form {
    padding-left: 20px; /* Adjust to your desired value */
    padding-right: 20px; /* Adjust to your desired value */
}




.sc-resetpassword-form input[type="submit"] {
  background: #01b3dd;   /* Same as your other buttons */
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  font-family: Helvetica, sans-serif;
}

.sc-resetpassword-form input[type="submit"]:hover {
  background: #333333;
}




.sc-resetpassword-success a {
    color: #02B3DD;
}

.sc-first-time-instructions {
    font-size: 50px;       /* Makes the text much larger */
    font-weight: bold;     /* Makes the text bold */
    text-align: left;    /* Center aligns the text */
    margin-bottom: 20px;   /* Adds some spacing below the heading */
    font-family: Helvetica, sans-serif;

}