:root {
    --page-bg-color: var(--parme-200);
    --page-color: var(--prune-950);
}

body {
    background-image: url("/static/website/images/beige-paper.c8f972dc27af.png");
}

.login {
    display: flex;
    flex-direction: column;
    padding: 40px;
    max-width: 400px;
    width: 100%;
}

form {
    width: 90%;
    text-align: left;
}
.button-password {
    width: 90%;
    display: flex;
    justify-content: center;
}

form button {
    width: 200px;
    padding: 16px;
    margin-top: 16px;

    cursor: pointer;
}

form button:hover {
    color: var(--page-bg-color);
    background-color: var(--page-color);
}

.form-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group:nth-last-child(1) {
    display: inline-block;
}

.link-reset-password {
    margin-top: 16px;
    margin-bottom: 8px;
    width: 90%;
    text-align: right;
}

.reset-password {
    font-size: 0.9rem;
}

.form-reset-password {
    gap: 16px;
}

.btn-reset-password {
    width: 30%;
    margin: 0;
}

.btn-password {
    width: 50%;
}

#first-section-mill:nth-child(1) {
    width: 100px;

    fill: var(--page-color);
}

#first-section-mill-container {
    padding-top: 100px;
}
