@font-face {
  font-family: "Poppins";
  src: url("/static/poppins/Poppins-Medium.ttf");
}

body {
  font-family: "Poppins", sans-serif;
  background-image: url("/static/pdf-download2.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#flash_message {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  width: 40%;
  transition-duration: 1s;
}
#flash_message .alert {
  text-align: center;
  border-radius: 10px;
  opacity: 1;
  -webkit-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;
}

.main_block {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px 90px;
  z-index: 2;
  position: relative;
}

.start-block .header,
.start-block .mobile_header {
  color: #fff;
}

.start-block .header img.logo {
  width: 83px;
  margin-top: 5px;
}

#login_form label {
  font-weight: 500;
  font-size: 12px;
}

#password,
#employee_id {
  border: 1px solid #ffffff;
  border-radius: 8px;
  background-color: transparent;
  font-size: 11.5px;
  color: #fff;
  padding: 19px 17px;
}
.border_rounded {
  border-radius: 15px;
}

#fp_employee_id,
#otp,
#reset_password,
#confirm_password {
  background-color: transparent;
  font-size: 11.5px;
  color: #333;
  padding: 19px 17px;
}

#password::placeholder,
#employee_id::placeholder {
  font-weight: 500;
}
#email::placeholder,
#otp::placeholder,
#reset_password::placeholder,
#confirm_password::placeholder {
  font-weight: 500;
}

#login_form,
#download_block {
  border-radius: 10px;
}

#login_btn {
  color: #fff;
  background-color: #0a4dbf;
  border-color: #0a4dbf;
  border-radius: 8px;
}

#download_btn {
  color: #fff;
  background-color: #0a4dbf;
  border-color: #0a4dbf;
}

.main_dowload_block .pdf_icon img {
  width: 90px;
  height: 60px;
}

.main_dowload_block .size {
  font-size: 14px;
}

#back_btn {
  font-size: 14px;
}

#back_btn i {
  font-size: 12px;
}

#forgot_password {
  cursor: pointer;
}

.digit-group input {
  width: 40px;
  height: 50px;
  /* line-height: 50px; */
  background-color: #e9ecef;
  border-radius: 8px;
  text-align: center;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  border: 1px solid lightgray;
  margin: 0 2px;
  padding: 1px;
}

#title {
  font-weight: 500;
  font-size: 22px;
}
#heading {
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 1px;
}
#sub_heading {
  font-weight: 500;
  font-size: 12px;
}

#login_form {
  margin-top: 24px;
}
#login_form .heading {
  font-size: 23px;
}
#login_form .mobile_heading {
  font-size: 23px;
}
#login_form .sub_heading {
  font-size: 11px;
}
.mobile_logo {
  width: 65px;
}
@media only screen and (min-height: 700px) {
  #login_form label {
    font-weight: 500;
    font-size: 14px;
  }
  #title {
    font-weight: 500;
    font-size: 24px;
  }
  #heading {
    font-weight: 500;
    font-size: 19px;
  }
  #sub_heading {
    font-weight: 500;
    font-size: 14px;
  }
  #login_form {
    margin-top: 2.5rem;
  }
  #login_form .mobile_heading {
    font-size: 31px;
  }
  #login_form .sub_heading {
    font-size: 13px;
  }
  .heading_block {
    margin-bottom: 13px;
  }
  #password,
  #employee_id {
    font-size: 12px;
  }
  .mobile_logo {
    width: 6rem;
    margin-top: 1rem;
  }
  #login_btn {
    font-size: 18px;
  }
}

@media only screen and (max-width: 600px) {
  .main_block {
    padding: 20px 40px;
  }
  .start-block {
    height: 100vh;
  }
  .main_block {
    height: 100vh;
  }
}

@media only screen and (min-width: 1024px) {
  .start-block {
    height: 100vh;
  }
  .main_block {
    height: 100vh;
  }
}
@media only screen and (min-width: 1440px) {
  #login_form label {
    font-weight: 500;
    font-size: 15px;
  }
  #title {
    font-weight: 600;
    font-size: 26px;
  }
  #heading {
    font-weight: 500;
    font-size: 20px;
  }
  #sub_heading {
    font-weight: 500;
    font-size: 14px;
  }
  #login_form {
    margin-top: 40px;
  }
  #login_form .heading {
    font-size: 26px;
  }
  .heading_block {
    margin-bottom: 10px;
  }
}
