@font-face {
  font-family: NunitoSans_10pt-Regular;
  src: url("./fonts/Nunito_Sans/NunitoSans_10pt-Regular.ttf");
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: NunitoSans_10pt-Regular;
}

.loginMainDiv {
  position: relative;
  height: 100%;
  width: 100%;
}

.loginMainDiv .loginBgImg {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}

.loginbox {
  background: #ffffff;
  padding: 25px;
  max-width: 430px;
  position: absolute;
  top: 50%;
  left: 32%;
  transform: translate(-50%, -50%);
}

.loginBoxHeadLogo {
  text-align: center;
  margin-bottom: 10px;
}

a {
  color: #0068ef;
  text-decoration: none;
}

.loginbox h3 {
  color: #003c8a;
  font-family: NunitoSans_10pt-Regular;
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 400;
}

.loginbox input[type="text"] {
  border: 1px solid #606060 !important;
  padding: 10px;
  margin-bottom: 10px;
  color: #000000;
  width: 100%;
  outline: none;
  font-weight: 400;
}

.error_message_box {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 2px;
  font-weight: normal;
}

.text-danger {
  color: #a94442;
}

.loginbox input[type="password"] {
  border: 1px solid #606060 !important;
  padding: 10px;
  width: 100%;
  color: #000000;
  outline: none;
  font-weight: 400;
}

.error_message_box {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 2px;
  font-weight: normal;
}

.text-danger {
  color: #a94442;
}

.col2botton #remenberme {
  margin-top: 0;
  border: 1px solid #eee;
  height: 11px;
}

.loginbox input[type="checkbox"],
.loginbox input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

.loginbox input[type="checkbox"],
.loginbox input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.col2botton label {
  font-family: NunitoSans_10pt-Regular;
  font-size: 14px;
  color: #606060;
  margin-left: 5px;
}

.forgotpass {
  font-family: NunitoSans_10pt-Regular;
  font-weight: 400;
  color: #0068ef;
  font-size: 12px;
}

a {
  color: #0068ef;
  text-decoration: none;
}

.loginbox input.loginbutton {
  background: #008009;
  border: #008009;
  padding: 8px 45px;
  border-radius: 4px;
  color: #fff;
  font-family: NunitoSans_10pt-Regular;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}

.bottomlogin {
  text-align: center;
}

.bottomlogin p {
  color: #606060;
  font-family: NunitoSans_10pt-Regular;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 12px;
}

.bottomlogin a {
  color: #0068ef;
}

@media screen and (max-width: 900px) {
  .loginbox {
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 10px;
  }
}
