#emailVerificationControlForSignIn_but_change_claims {
    background-color: red; /* Changes the background color to red */
    color: white; /* Changes the text color to white */
    border: 1px solid red; /* Optional: Adds a red border around the button */
}

