body,
html {
  overflow: hidden;
}

.bg-image {
  background-image: url('../assetslogdash/image/background.jpg');
  background-size: cover;
  background-position: center;
  position: fixed;
  height: 100%;
  width: 100%;
  opacity: 5;
}

.login-box {
  
  top: 150px !important;
  bottom: 0px !important;
  background-color: #0D0F24 !important;
  /* border: 1px solid #333; */
  border-radius: 5px;
  width: 25% !important;
  /*height: auto !important;*/
  position: absolute;
      max-height: fit-content;
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.form-control {
  border-radius: 0;
  border-bottom: 1px solid #e4ce92 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  height: 34px;
  
  padding: 0 8px;
  width: 75%;
  margin: 20px auto;
  display: block;
}

.form-control::placeholder {
  color: #a1967a !important;
  font-weight: 100;
  font-size: 0.75rem;
  letter-spacing: 5px;
  opacity: 10;
}

.custom-btn {
  background-color: #9E7D32 !important;
  border: none !important;
  color: #000 !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  font-size: 0.85rem !important;
  margin: auto !important;
  display: block !important;
  width: 270px;
  height: 32px;


}

.custom-btn:hover {
  background-color: #8a6e2f !important;
}

.lock-icon {
  font-size: 2rem;
  color: rgba(255, 255, 0, 0.6);
  display: inline-block;
}

.text-color {
  color: #9E7D32;
  font-size: 12px;
  font-style: serif;
}

.text-color:hover {
  color: #8a6e2f !important;
}

.formtext {
  color: #9E7D32;
  font-size: 18px;
  font-weight: 200;
  font-style: serif;
  text-align: center;
  padding: 0;
}

.tab-btn {
  flex: 1;
  background: transparent;
  color: #9E7D32;
  border: none;
  padding: 5px;
  font-weight: 200;
  font-style: serif;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  
}

.tab-btn.active {
  background-color: #9E7D32;
  color: #000;
  border-radius: 4px 4px 0 0;
}

.title-section {
  top: 30px;
  left: 40px;
  z-index: 10;
}

.title-section h1 {
  font-family: serif;
  font-size: 50px;
  font-weight: 300;
  color: #d3b55b;
  margin: 0;
  letter-spacing: 2px;
}

.title-section h2 {
  font-family: serif;
  font-size: 20px;
  font-weight: 200;
  color: #d3b55b;
  margin: 5px 0 0;
  letter-spacing: 2px;
}

