
.login {
    height: 470px;
    max-width: 420px;
    width: 80%;
}

.login > section > section:first-child {
    margin-top: 40px;
}

.login > section > section:last-child {
    margin-bottom: 35px;
}

.login > section {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.login img {
    max-width: 65px;
}

.login button {
    margin-top: 45px;
    width: 70%;
}

.login form {
    width: 130px;
}

.login input {
    width: 100%;
    max-width: 115px;
}

.login > p:hover {
    color: var(--text-tertiary-hover);
}

.login > p {
    margin: 0%;
    color: var(--text-tertiary);
    font-size: 90%;
}


/* Help ressource number*/

.help-ressource-nb {
    position: fixed;
    max-width: 90%;
    width: 55em;
    z-index: 66666;
    max-height: 90%;
}

.help-ressource-nb img {
    max-width: 90%;
}

.help-ressource-nb > section {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2em;
}

.help-ressource-nb ol {
    max-width: 40em;
    margin-bottom: 2em;
}

.close-help {
    position: absolute;
    right: 7px;
}

.help-ressource-nb h2 {
    margin-top: 1.4em;
}

.help-ressource-nb img {
    border-radius: 4px;
}

.logincenter {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}