.login {
  max-width: 351px;
  margin: 82px auto;
  padding: 0;
}
.login .title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 95px;
}
.login .section-title {
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: bold;
}
.login .form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.login .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 20px;
  background: #2fa41f;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
}

.login input {
  color: inherit;
}
