a {
  text-decoration: none;
  font-weight: bold;
  color: #3e3e3e;
}

button {
  cursor: pointer;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 300;
  height: 48px;
  border: none;
  background-color: #ff9417;
  color: white;
  border-radius: 4px;
}

.left {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f2f4fe;
  border-radius: 8px;
  width: 520px;
  padding: 0 70px;
  box-sizing: border-box;
  padding-top: 100px;
}

.panelContent {
  display: flex;
  flex-direction: column;
  max-width: 337px;
  width: 100%;
}

.textInput {
  background-color: white;
  outline: none;
  border: 1px solid #d8dcee;
  height: 42px;
  padding-left: 14px;
  width: 100%;
  color: #75859d;
  font-size: 14px;
}

.textInput::placeholder {
  color: #75859d;
}

.textInputLabel {
  font-weight: 300;
  margin-bottom: 10px;
}

.subtitle {
  text-align: center;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.subtitle p {
  font-weight: 400;
  color: #3d3d3d;
  line-height: 22px;
}

.title {
  font-weight: 450;
  font-size: 35px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.rightContent {
  height: 620px;
  position: relative;
}

#input-error {
  color: #f14725;
}

.hidden {
  display: none;
}
