body {
  font-family: "Montserrat", sans-serif;
  color: #2e2f42;
}

a {
  text-decoration: none;
}

.back-link {
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
  color: #4e75ff;
  font-size: 1.1em;
  font-weight: 500;
  border: 1px solid #4e75ff;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
  margin-bottom: 25px;
}

.back-link:hover {
  background-color: #4e75ff;
  color: #ffffff;
  border-color: #4e75ff;
  transform: translateY(-2px);
}

.back-link:active {
  background-color: #2c58e0;
  border-color: #2c58e0;
  transform: translateY(0);
}

.container {
  max-width: 408px;
  padding: 24px;
  margin: 0 auto;
}

.login-label {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.login-input {
  border: 1px solid #808080;
  border-radius: 4px;
  font-weight: 400;
  width: 360px;
  height: 40px;
  margin-bottom: 8px;
  padding: 8px 16px;
  outline: none;
}

.login-input:hover {
  border: 1px solid #000;
}

.login-input:active {
  border: 1px solid #808080;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #2e2f42;
}

.input-wrap {
  margin-bottom: 16px;
}

.login-btn {
  border-radius: 8px;
  border: none;
  padding: 8px 16px;
  background-color: #4e75ff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
}

.login-btn {
  background-color: #6c8cff;
}
