.password-reset-form {
    margin: 2cm 0 0 1cm;

    input {
        margin: 1em 0.5em 0 0;
        font-size: 12pt;
        width: 20em;
        padding: 1mm;
    }

    button {
        font-size: 12pt;
        padding: 1mm;
    }

    .cancel {
        text-align: center;
        margin: 1em 10em;
        width: fit-content;

        a {
            text-decoration: none;
        }
    }

    a {
        text-align: center;
        text-decoration: none;
    }

    p {
        margin: 1em;
    }
}

.error {
    margin-top: 1em;
    padding: 1mm 0.5em 1mm 0.5em;
    border: 1px solid red;
    color: red;
    background: #fee;
    font-weight: bold;
    width: fit-content;
}

.message {
    margin-top: 1em;
    padding: 1mm 0.5em 1mm 0.5em;
    border: 1px solid blue;
    color: blue;
    font-weight: bold;
    width: fit-content;
}
