.main_login {
    width: 100%;
    height: 100vh;
    display: grid;
    place-items: center;
}
.section_login {
    margin: 0px auto;
    width: 20rem;
    border: solid 0.1rem var(--gray-borders);
    padding: 2rem;
    display: grid;
    grid-template-rows: auto 1fr auto;
}
.section_login__image {
    width: 100%;
    margin-bottom: 1rem;
    justify-self: center;
}
.section_login__text--error {
    color: var(--red-fail);
    text-align: center;
}
.form_login {
    display: flex;
    flex-direction: column;
}
.form_login__label {
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.form_login__label--size20 {
    width: 10rem;
}
.form_login__input {
    display: block;
    background-color: var(--gray-user-background);
    border: none;
    border-radius: 1rem;
    height: 2rem;
    padding: 1rem;
    font-family: var(--main-font);
    font-size: var(--md);
    margin-bottom: 1rem;
}
.form__button {
    background-color: var(--green-success);
    border: none;
    border-radius: 1rem;
    width: 50%;
    height: 3.5rem;
    color: var(--white);
    padding: 1rem;
    font-size: 1rem;
    cursor: pointer;
    margin: 0 auto;
}

@media (max-width: 640) {

}
.box-eye {
    width: 50px;
    position: relative;
    top: -52px;
    left: 225px;
}
.box-eye button {
    border: none;
    position: relative;
    /*top: -50px;*/
}
.changePassword {
    position: relative;
    color: rgb(51, 47, 47);
    cursor: pointer;
}