.recovery-instructions {
    text-align: center;
    color: #7C8189;
    font-size: 14px;
    margin: 15px 0 15px
}

p.error-hint {
    color: #852a2a;
    font-size: 10px;
    margin: 0;
}

.required:after {
    content: " *";
    color: red;
}

.form-error {
    color: #852a2a;
    font-size: 10px;
}

.form-error ul {
    list-style-type: none;
}

.form-title {
    color: #404042;
    font-size: 25px;
    margin: 10px 0 20px
}

.custom-form {
    align-items: center;
    justify-content: center;
}

.custom-form input[type="text"],
.custom-form input[type="password"],
.custom-form input[type="email"],
.custom-form textarea {
    width: 100%;
    padding: 14px 20px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    background-color: #EEEFEE;
}

.custom-form button[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #7C8189;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
}