.login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 40px);
}

.title {
  margin-bottom: 20px;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
}

.field {
  margin-bottom: 20px;

  &:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.button {
  width: 130px;
}
