h2 {
  color: #1b325f;
  font-family: "KorolevBold", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.login-container {
  width: 90%;
  padding-inline: 2rem;
  margin-block: 4rem;
}

.whitebox {
  display: flex;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 2rem;
  margin-block: 1rem;
}

.whitebox form {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

.whitebox form .form-control {
  width: 100%;
  height: 50px;
  background: white;
  margin: 10px 0 18px 0;
  padding: 0 10px;
  border: 1px solid #cfcfe8;
  background-clip: padding-box;
  outline: 0;

  font-family: "RobotoCondensed", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  background-color: #fff;

  display: flex;
  flex-direction: column;
}

label {
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1b325f;
  background-color: #fff;
}

.btn-login {
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  background-color: #1b325f;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border: none;
}

.btn-login:hover {
  background-color: #7b1222;
  cursor: pointer;
}

.forgotpassword {
  margin-inline: auto;
  margin-left: auto;
  display: flex;
  justify-content: end;
}

.signup span {
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0;
  color: #1b325f;
}

.signup-link {
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0;
  color: #b53253;
  text-decoration: none;
  margin-right: auto;
}

.signup-link:hover {
  color: #0693e3;
}

.password-container {
  position: relative;
  display: flex;
}

#password-input {
  padding: 10px;
  width: 200px;
  margin-right: 30px;
}

#toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

#icon-eye {
  color: red;
}

.error-message {
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 17px;
  color: red;
}
