.p-0 {
  padding: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-35 {
  margin-top: 35px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-40 {
  margin-left: 40px;
}

.width-100 {
  width: 100%;
}


.navbar-i3-theme {
  border-color: white !important
}

.logo-container {
  opacity: 1 !important;
  padding: 12px 4px;
  display: block;
}

.i3 {
  width: 90px;
  height: 27px;
  object-fit: contain;
  vertical-align: middle;
}

.login-section {
  margin-top: 8%;
}

.flex-center,
.title {
  display: flex;
  justify-content: center
}

.title-text {
  height: 75px;
  opacity: 0.9;
  background-color: #fafafa;
  font-size: 42px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.8px;
  color: #fafafa;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.main-title-text {
  height: 65px;
  opacity: 0.9;
  padding-top: 10px;
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.7px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
}

.underline-border {
  width: 42px;
  height: 2px;
  background-color: #d8d8d8;
  display: none;
}

.forgot-password {
  text-align: center;
  margin: 0;
  padding: 10px;
}

.forgot-password a {
  color: rgb(58, 54, 54);
  text-decoration: none;
}

.login-container {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: 100% 100%;
  /* background-image: url( "{% static 'assets/img/login-bg.jpg' %}" ); */
}

.card-view {
  padding: 15px;
  box-shadow: 8px 8px 8px rgba(228, 223, 223, 0.55);
  border: 1px solid rgba(228, 223, 223, 0.55);
  text-align: center;
  background-color: #fff;
  width: 480px;
}

.card-view form {
  margin-bottom: 0;
}

.card-view form table {
  width: 100%;
}

.logo-section {
  padding: 20px;
}

.footer {
  height: 50px;
  opacity: 0.9;
  box-shadow: 1px -2px 2px 0 rgba(166, 160, 160, 0.5);
  background: #fafafa;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.copyright-i3systems {
  padding: 17px 10px;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
  float: left;
}

.copyright-chola {
  padding: 10px 3%;
  font-size: 11px;
  text-align: center;
}

.powered-by-images {
  /* padding: 20px 0.4% 0px; */
  display: inline-block;
  max-height: 40px;
  margin-right: 10px;
  margin-top: 5px;
  width: auto;
  /* min-width: 40px; */
}

#powered {
  position: absolute;
  text-align: end;
  bottom: 0px;
  left: 0px;
  right: 0px;
  /* padding-bottom: 10px; */
  height: 50px;
}

#powered span {
  position: relative;
  top: 5px;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.login-btn,
.login-btn:hover {
  width: 82.5%;
  height: 55px;
  color: white;
  border-radius: 4px;
  border: none;
  margin-top: 25px;
  /* background: #0f8ecb; */
}

#username,
#password,
#captcha,
.center {
  text-align: -webkit-center;
  text-align: -moz-center;
}

#username input,
#password input,
#id_email {
  width: 83%;
  background-color: rgb(250, 255, 189);
  padding: 24px 14px;
  border: none;
  border-radius: 4px;
  margin-top: 25px;
  box-shadow: 0 0 0 30px #faffbd inset;
  -webkit-box-shadow: 0 0 0 30px #faffbd inset;
}

#captcha input:focus-visible {
  outline: none;
}

#captcha input {
  background-color: rgb(250, 255, 189);
  padding: 10px;
  border: none;
  font-size: 14px;
  border-radius: 4px;
  margin-top: 25px;
  box-shadow: 0 0 0 30px #faffbd inset;
  -webkit-box-shadow: 0 0 0 30px #faffbd inset;
}

.success {
  color: green;
}

.error {
  color: red;
}

