.login-header {
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #434343;
  font-size: 36px;
  font-weight: bold;
}

input[type="text"],
input[type="password"],
select.form-control {
  font-family: "Poppins", sans-serif;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
select.form-control:focus {
  font-family: "Poppins", sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #F1552C;
}

div label,
div input[type="text"] {
  font-family: "Poppins", sans-serif;
  color: #434343;
}

.login-button-div {
  display: flex;
  justify-content: center;
}

.login-button {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #F1552C; /* Button text color */
  background-color: #FCDDD5; /* Button background color */
  border: none; /* Remove button's border */
  border-radius: 20px; /* Rounded button corners */
  height: 40px;
  min-width: 164px;
  padding-left: 8px;
  padding-right: 8px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-button:hover,
.login-button:focus {
  color: #FFFFFF;
  background-color: #F1552C;
}

/* Instruction style */
.instruction {
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #929292;
  font-size: 12px;
  font-weight: 400;
}
