.login__form input, .login__form label {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* , center, space-between и space-around*/
    align-items: flex-start; /*, center, flex-end и stretch дают возможность точного позиционирования.*/
    margin-bottom: 10px;
    height: 32px;
    width: 300px;
}

.login__form label {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* , center, space-between и space-around*/
    align-items: flex-start; /*, center, flex-end и stretch дают возможность точного позиционирования.*/
    margin-bottom: 2px;
    height: 32px;
    width: 300px;
}
a.signup__link:hover {
    text-decoration: underline;
    color:blue;
}