.login-page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 22;
  background: url(/chronic-disease-V2-src/node_modules/infisa-src-npm/image/banner.jpeg) center/cover no-repeat fixed;
}

.login-page .box-form {
  position: absolute;
  top: 20%;
  margin-left: -150px;
  left: 50%;
  min-width: 350px;
  background-color: white;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  z-index: 30;
  padding-top: 40px;
}

.login-page .box-form .title {
  font-size: 18px;
  color: #000;
  letter-spacing: 4px;
  text-align: center;
  margin: 25px 0px 15px 0px;
}

.login-page .box-form table {
  width: 80%;
  margin: 0px 10%;
  margin-bottom: 20px;
}

.login-page .box-form table td {
  padding: 10px 0px;
  position: relative;
}

.login-page .box-form table .input-group {
  width: 100%;
}

.login-page .box-form table .input-group .infi-login-ipt {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #eee;
}

.login-page .box-form table .input-group input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
          box-shadow: 0 0 0px 1000px white inset !important;
}

.login-page .box-form table .input-group .input-group-addon {
  color: #FFF;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 45px;
  text-align: center;
  border: none;
}

.login-page .box-form table .input-group .input-group-addon .fa {
  font-size: 25px;
}

.login-page .box-form table .btn {
  height: 35px;
  line-height: 35px;
  padding: 0px;
  margin: 5px 0px;
  font-size: 15px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

.login-page .box-form table .tip {
  color: #ff3333;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 10px;
  text-align: center;
}

.login-page .box-bg-loop {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 29;
  background: rgba(0, 0, 0, 0.5);
}

.login-page .box-bg-loop {
  width: 100%;
}

.login-page .btn-blue {
  background: #33a9e0;
  color: #fff;
  border: none;
}
