body {
  background: #f3a200;
  font-family: "Poppins", sans-serif;
}

.login {
  position: absolute;
  width: 100%;
}
.login__form {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  margin-top: 20px;
  padding: 20px;
}
.login__form h1 {
 font-family: "Times New Roman", Times, serif;
  font-size: 26px;
  font-weight: bold;
  color: #970001;
  text-align: center;
}
.login__form h2 {
 font-family: "Times New Roman", Times, serif;
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.login__form h3 {
 font-family: "Times New Roman", Times, serif;
  font-size: 26px;
  font-weight: bold;
  color: green;
  text-align: center;
}
.login__form p {
 font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  text-align: center;
}
.login__icon {
  margin: 0 auto 40px;
}
.login__label {
  color: #4e4a4a;
  font-size: 15px;
  font-weight: 600;
}
.login__input {
  background: #f5f5f5;
  border: 1px solid #f1f1f1;
  box-shadow: none;
  color: #565656;
  font-size: 14px;
  padding: 30px 10px;
  margin-bottom: 30px;
}
.login__btn {
  background: #f3a200;
  border-radius: 6px;
  color: #FFF;
  font-weight: 600;
  height: 50px;
  width: 100%;
}
.login__btn:hover {
  background: #ffb727;
  color: #fff; /* New text color on hover */
}
.login__text {
  margin-top: 20px;
  text-align: center;
}