.login-bg {
  /* padding: 90px 100px 0px 100px; */
  height: 100vh;
  padding: 4% 3% 0px 4%;
}
.login_background {
  background-color: #fdf2e5;
}

.newPassword-bg {
  background-color: #fdf2e5;
  padding: 40px 100px 50px 100px;
}
.login_top {
  font-size: 40px;
  font-weight: 700;
}
.login-entry {
  width: 100%;
}
.login_content {
  width: 100%;
  line-height: 120px;
}
.side_image {
  height: 100%;
  width: 100%;
}
.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login_outer {
  width: 60%;
}
.input_field {
  border: 1px solid #cecece;
  color: black;
  padding: 10px;
  width: 100% !important;
}
.login_btn {
  background-color: #f77b21;
  font-size: 16px;
  font-weight: 600;
  height: 45px;
  width: 100%;
  color: white;
}
.login_btn:hover {
  background-color: #f77b21 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  height: 45px !important;
  width: 100% !important;
  color: white !important;
}
.forgot_pw {
  margin: 13px 0px 40px 0px;
  float: right;
  cursor: pointer;
}
.forgotpwd_btn {
  margin-top: 30px;
}
.forgot_top {
  font-size: 18px;
  margin-bottom: 50px;
  color: #6b6b6b;
}
.newPassword_content1 {
  margin-bottom: 20px;
  color: #6b6b6b;
}
.newPassword_content2 {
  margin-bottom: 30px;
  /* color: #6b6b6b; */
}
.logo_top {
  margin-top: 80px;
}
.newPassword_rules {
  font-size: 15px;
  color: #6b6b6b;
}
.back_login {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6b6b;
}
.cursor {
  cursor: pointer;
}
