/* General styles for the login block */
.tb-fields-and-text {
    text-align: center;
}

.tb-fields-and-text h2 {
    text-align: center;
    color: #3F425B;
    font-size: 18px;
}

.tb-fields-and-text p {
    text-align: center;
    color: #000;
    font-size: 14px;
}

#loginform, #forgotpasswordform {
    max-width: 400px;
    margin: 30px auto;
    text-align: left;
}

#forgot-password-link {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #F0956E;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

#forgot-password-link:hover {
    text-decoration: underline;
}

#forgot-password-form {
    margin-top: 20px;
    display: none;
}

#forgot-password-form h2 {
    text-align: center;
}

#forgot-password-form p {
    text-align: center;
}

.wp-block-toolset-ct {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.wp-block-toolset-blocks-container.tb-container {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    padding: 25px;
    background-color: rgba(222, 222, 222, 1);
    border-radius: 10px;
}

.tb-fields-and-text {
    text-align: center;
    margin-bottom: 20px;
}

.wpv-form {
    width: 100%;
}

.login-username,
.login-password,
.login-submit {
    margin-bottom: 20px;
}

.login-username label,
.login-password label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.button-primary {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.button-primary:hover {
    background-color: #005f8d;
}

#forgot-password-link {
    display: block;
    margin-top: 10px;
    color: #0073aa;
    text-decoration: none;
    cursor: pointer;
}

#forgot-password-link:hover {
    text-decoration: underline;
}

#forgot-password-form {
    display: none;
    text-align: center;
}

#forgot-password-form h2 {
    margin-bottom: 10px;
}

#forgot-password-form p {
    margin-bottom: 20px;
}
