#content {
    font-family: 'Georgia', 'Times', serif;
}
#content h2 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #8c5f38;
}
/******************* profile.css ************************/
.profile {
    border: 3px double #f1ca7f;
    border-radius: 10px;
    margin: 3px;
    padding: 10px;
    background: #fbfbfb;
    overflow: hidden;
}
.profile input {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}
.userAvatar,
.userNotes,
.userPassword,
.userLogin,
.userMail,
.errorDescription {
    width: 600px;
    margin: 0 auto;
    padding: 10px 20px 20px 20px;
    border: 3px double #f1ca7f;
    border-radius: 10px;
    background-color: #f4fdda;
}
.user-avatar-profile {
    max-width: 200px;
    height: auto;
    border-radius: 10px;
}
.userNotes {
    font-size: 14px;
    color: #555;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.userNotes p {
    margin: 5px 0;
}
.profile .formButton {
    width: 150px;
    font-size: 11px;
    color: white;
    border: 2px solid #ccc;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin-left: auto;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 0px;
    cursor: pointer;
}
#newUserPassword,
#confirmNewUserPassword {
    width: 600px;
}
.password-wrapper {
    position: relative;
    display: inline-block;
}
.toggle-password {
    position: absolute;
    top: 55%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    user-select: none;
}
.custom-file-label {
    display: inline-block;
    padding: 8px 12px;
    background-color: #4a90e2;
    color: white;
    cursor: pointer;
    border-radius: 4px;
}
.custom-file-label:hover {
    background-color: #357ab8;
}
.userMail p,
.userLogin p {
    margin: 10px 0;
}
.userMail span,
.userLogin span {
    color: #777777;
    font-weight: bold;
}
.errorDescription {
    color: #4a90e2;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    border: 3px double red;
}
/******************* profile.css ************************/

/******************* reminder.css and registration.css ************************/
.reminder,
.registration {
    border: 3px double #f1ca7f;
    border-radius: 10px;
    margin: 3px;
    padding: 10px;
    background: #fbfbfb;
    overflow: hidden;
}
.reminder form,
.registration form {
    width: 460px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 3px #f1ca7f double;
    background: #fdffe2;
}
.reminder input,
.registration input {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}
.reminder label,
.registration label,
.reminder p {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}
.reminder p {
    margin-bottom: 10px;
}
.reminder .formButton,
.registration .formButton {
    width: 150px;
    font-size: 11px;
    color: white;
    border: 2px solid #ccc;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 0px;
    cursor: pointer;
}
.reg-email-label {
    margin-top: 10px;
}
.error-description {
    border: solid 1px #c57f00;
    background-color: #fefeea;
    border-radius: 6px;
    padding: 12px;
    text-align: center;
    margin: 0px 50px;
}
.g-recaptcha {
    margin-bottom: 20px;
    margin-top: 10px;
}
/******************* reminder.css and registration.css ************************/
