section#form {
  background-color: var(--pr-lime);
  padding-left: 116px;
  padding-right: 116px;
  color: var(--pr-midnight);
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex: 1;
}

section#form h1 {
  margin-top: 160px;
  margin-bottom: 40px;
  font-size: 60px;
}

section#form h2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 40px;
}

section#form p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.phone-container {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 480px;
}

.phone-input-wrapper {
  display: flex;
  border: 2px solid var(--pr-midnight);
  border-radius: 12px;
  overflow: hidden;
  height: 60px;
}

.country-code {
  background-color: #1c1c22;
  color: white;
  border: none;
  padding: 0 1.5rem;
  appearance: none;

  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.phone-input {
  flex: 1;
  border: none;
  padding: 0 1.5rem;
  outline: none;

  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.confirm-btn {
  background-color: #1c1c22;
  color: var(--pr-white);
  border: none;
  border-radius: 50px;
  width: fit-content;
  min-width: 250px;
  height: 60px;
  cursor: pointer;

  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}

.phone-container label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--pr-midnight);
}

input[type="checkbox"] {
  background: var(--pr-white);
  border: 2px solid var(--pr-midnight);
  border-radius: 3px;
}

.phone-container a {
  text-decoration: underline;
  text-underline-offset: 8px;
  color: var(--pr-midnight);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.login-row {
  margin-top: 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 33px;
  width: 100%;
  max-width: 520px;
}

.login-row a[href="/forgot"] {
  text-decoration: underline;
  text-underline-offset: 8px;
  color: var(--se-midnight);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.error {
	color: var(--se-pink);
	padding-top: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
