.login-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.login__link {
  font-size: 16px;
  letter-spacing: normal;
  color: #000;
}

.login__forgot-password {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 32px;
}