/*
Tv-dark-grey #707070
Tv-darker-grey #555555
Tv-dark-blue #003563

Tv-lightest-grey #d7d7d7
Tv-light-grey #b7b7b7
Tv-grey #898989

Tv-gold #f3ad00
Tv-light-blue # 448ccb
Tv-midnight-blue #2a5077
Tv-purple #622c71
Tv-yellow #efc600
Tv-teal #0c6f6b
Tv-steel-blue #23586f

Tv-orange #e98724
Tv-green #586d31
Tv-maroon #762c2f
*/

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/* font-family: "Outfit", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

:root {
  --tv-orange: #f88200;
  --tv-lighter-orange: #fea84b;
  --tv-green: #526e26;
  --tv-maroon: #762c2f;
  --tv-blue-steel: #23586f;
  --tv-teal: #0c6f6b;
  --tv-yellow: #efc600;
  --tv-purple: #622c71;
  --tv-midnight-blue: #2a5077;
  --tv-dark-blue: #003563;
  --tv-light-blue: #448ccb;
  --tv-gold: #f3ad00;
  --tv-lightest-grey: #d7d7d7;
  --tv-light-grey: #b7b7b7;
  --tv-very-light-grey: #e8eae1;
  --tv-grey: #898989;
  --tv-dark-grey: #707070;
  --tv-darker-grey: #555555;
  --tv-dark-blue: #003563;
  --tv-white: #ffffff;
  --tv-off-white: #f7f7f7;
  --tv-equine-teal: #27565a;
  --tv-equine-dark-blue: #0f3a44;
  --tv-equine-light-blue: #c8dde4;
}

body {
  padding: 0px;
  margin: 0px;
}

div.page-wrapper {
  width: 100%;
  height: 100vh;
  /* background-image: url("background.jpg"); */
  background-image: url("background.webp");
  /* background-image: url("bg2.webp"); */
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

div.page-wrapper:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.1;
}

div.login-box {
  height: 400px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: #e8e8e88f;
  padding: 15px;
  border-radius: 25px;
  box-shadow: 2px 2px 14px 2px #f393004a;
  transition: 0.3s;
}

/* div.login-box:hover {
  background-color: #e8e8e8b8;
  box-shadow: 2px 2px 14px 2px #f393007a;
} */

@media screen and (max-width: 768px) {
  div.login-box {
    height: 65vh;
  }
}
div.login-box p.message {
  margin: 5px 0px;
}
div.login-box div.icon div.image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 7.5px;
}
div.login-box div.icon div.image-wrapper img {
  width: 80%;
}
div.login-box form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
div.login-box form.login input,
div.login-box form.reset input {
  margin-bottom: 15px;
}
div.login-box form input {
  border: 1px solid grey;
  border-radius: 10px;
  padding: 10px;
  width: 80%;
}
div.login-box form input.error {
  border: 1px solid #c12424;
}
div.login-box form input[type="submit"] {
  background-color: var(--tv-green);
  color: var(--tv-white);
  padding: 15px;
  font-size: 15pt;
  cursor: pointer;
}
div.login-box form input[type="submit"][disabled] {
  background-color: var(--tv-grey);
}
div.login-box form meter {
  margin: 0px;
  width: 77%;
  height: 12px;
}
div.login-box form span.password-info {
  height: 1.8em;
  font-size: 11pt;
}
div.login-box form div.password-suggestions {
  font-size: 11pt;
  margin-bottom: 10px;
  color: var(--tv-maroon);
}
div.login-box p.message {
  color: var(--tv-darker-grey);
  width: 70%;
  text-align: center;
}
div.login-box a.login-link {
  color: var(--tv-darker-grey) !important;
  text-decoration: underline !important;
  font-size: 11pt;
}
div.login-box a.login-link:hover {
  color: var(--tv-off-white) !important;
}
div.login-box div.server-message {
  color: var(--tv-darker-grey) !important;
  font-size: 11pt;
  margin-bottom: 10px;
}
div.login-box div.server-error {
  color: #c12424;
  font-size: 11pt;
  margin-bottom: 10px;
}

div.terravesta-footer img {
  height: 60px;
}

/*# sourceMappingURL=styles.css.map */

/* New edited style css start */
.admin-login-icon a img {
  width: 175px;
}

.gaia-login-heading h3 {
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  color: #000000;
}

.gaia-login-heading h3 span {
  text-transform: capitalize;
}

#harvest-hub-external-link {
  position: absolute;
  right: 40px;
  top: 0;
}

#harvest-hub-external-link .harvest-hub-logo img {
  width: 160px;
  padding: 8px 10px;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  transition: 0.3s;
  box-shadow: 2px 2px 15px 2px #00000052;
  border: 1px solid #f4af2d;
  margin-top: 5px;
}

#harvest-hub-external-link .harvest-hub-logo img:hover {
  background: #dadada;
}

.admin-login-icon {
  margin-top: 18px;
}
/* New edited style css end */

/* Staging indicator bar styling css start */

/* .staging_label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6px 20px;
  background: #F9BE4F;
  color: white;
  box-shadow: 1px 2px 17px 0px #000;
}

.staging_label .staging_label_content {
  border: 1px solid #ffe1a9;
  padding: 5px 10px;
  border-radius: 23px;
} */
/* Staging indicator bar styling css end */

/* Staging indicator button styling 2 css start */
.staging_label {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: space-between;
  width: 100%;
}

.bottom_staging_label {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  justify-content: space-between;
  width: 100%;
}

/* .staging_label_content {
  padding: 8px 10px;
  border: 1px solid #f4af2d;
  box-shadow: 2px 2px 15px 2px #00000052;
  background: #fff;
  color: #036;
} */




.staging_label_content {
  font-family: "Josefin Sans", sans-serif;
  display: inline-block;
  padding: 6px 15px;
  font-size: 16px;
  border: 2px solid #007BFF;
  background-color: #ff1b1b;
  position: relative;
  text-align: center;
  line-height: 1.5;
  color: white;
  border-image-source: linear-gradient(to bottom, #d50e0e, #991b1a);
  border-width: 8px;
  border-image-slice: 1;
  box-shadow: rgb(236 18 18 / 40%) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.staging_label_content::before {
  content: '';
  position: absolute;
  top: -6px; /* Adjust for taller depth effect */
  left: -6px; /* Adjust for taller depth effect */
  right: -6px; /* Adjust for taller depth effect */
  bottom: -6px; /* Adjust for taller depth effect */
  border: 3px solid #0056b3; /* Deeper border color */
  z-index: -1; /* Place behind the label */
}
/* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
/* Staging indicator button styling 2 css end */
