/* login page */

.login {
  width: 500px;
  margin: auto;
  background: white;
  border-radius: 8px;
  padding: 20px 40px;
  box-shadow: 0px 0px 6px #00000029;
}

.login h3 {
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0px;
  color: #0f172b;
  margin-bottom: 25px;
  margin-top: 30px;
}
.form-control::placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0px;
  color: #2b355090;
}
.login .form-control {
  height: 42px;
}
.form-control {
  border: 1px solid #97a9af;
  border-radius: 5px;
  background: white;
  opacity: 0.5;
  color: #2b355050;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.form-control:focus {
  box-shadow: none;
  border-color: inherit;
}
.form-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #0f172b;
  opacity: 0.8;
}
.login button {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #ffffff;
  background: #e33163;
  border-color: transparent;
  /* padding: 16px 100px; */
  border-radius: 8px;
  width: 100%;
  height: 48px;
}
/* login page ends */
