h2 {
    font-size: 1.5rem;
    margin-bottom: 8px;
    color: rgb(32, 33, 36);
    font-weight: normal;
}

label {
    display: block;
    text-align: left;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: rgb(32, 33, 36);
}

.reset-password-form-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
}

.reset-password-form {
    padding: 40px;
    background-color: white;
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.reset-password-form p {
    font-size: 1rem;
    margin-bottom: 20px;
}

.send-reset-link-button {
    width: 100%;
    padding: 5px 12px;
    height: 35px !important;
    background-color: #0366d6;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: bold;
}

.email-entry-label-and-box-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
}

.email-entry-label-and-box-container label {
    color: #505050;
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.back-to-login-hyperlink {
    display: inline-block;
    margin-top: 20px;
    color: #0366d6;
    text-decoration: none;
    font-size: 1rem;
}
