@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fredoka:wght@300..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=League+Spartan:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Lugrasimo&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Russo+One&family=Yellowtail&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
:root {
  --ligt-White: #f5f8fa;
  --gray: #5e6278;
  --gray-1: #e3e3e3;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  background-image: url(../hrmsImages/banner3.jpeg);
  /* height: 100vh; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body a {
  text-decoration: none;
  color: #fff;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .nav-header {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
.loginbtn {
  background-color: #01a3d4;
  color: #e3e3e3;
  padding-left: 30px;
  padding-right: 30px;
}
.loginbtn:hover {
  background-color: #e3e3e3;
  color: #01a3d4;
}
.form_box {
  padding: 0 0 100px;
  /* backdrop-filter: blur(4px);
    color: #050505;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.745); */
}
/* .wrapper .logo img{
  max-width: 40%;
} */
.wrapper input {
  background-color: var(--ligt-White);
  border-color: var(--ligt-White);
  color: var(--gray);
}
.wrapper input:focus {
  box-shadow: none;
}
.wrapper .submit_btn {
  padding: 10px 15px;
  font-weight: 500;
}
.wrapper .password_info {
  font-size: 12px;
  font-weight: 300;
}
.term_check {
  font-size: 10px;
  cursor: pointer;
}

.check_box {
  cursor: pointer !important;
}

/* .back-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: -1;
  transition: .5s;
} */
/* .showback-overlay {
  opacity: 1;
  z-index: 1;
} */
/*modal form*/
/* .login-modal {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1s;
  z-index: 9;
} */
/* .showlogin-modal {
  top: 50%;
} */
/* .login-modal span {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
} */
/* .login-modal input {
  background-color: var(--ligt-White);
  border-color: var(--ligt-White);
  color: var(--gray);
} */
/* .rememberbox{
    cursor: pointer;
} */
/* .login-modal input:focus {
  box-shadow: none;
} */
/* .login-modal .submit-btn {
  padding: 15px;
  font-weight: 500;
} */
/* .footer-section ul li a{
  color: rgba(255, 255, 255, 0.55) !important;
   
} */
/* .footer-section ul li a:hover{
  color: #e3e3e3 !important;
}
.footer-section p{
    color: #F4A500 !important;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .footer-section {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
    }
  }
  /* otp input style */

.otp-input input {
  width: 10%;
  height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 580px) {
  .otp-input input {
    height: 35px;
  }
}
