:root {
  --text-color: #045ea8;
  --header-bg-color: rgba(0,9,71,1);
  --link-color: #045ea8;
  --error-color: #ff0000;
  --footer-color: #ffffff;
  --form-color: rgba(255,255,255,1);
  --input-bg-color: rgba(239,239,239,1);
  --input-text-color: #045ea8;
  --button-bg-color: rgba(243,111,33,1);
  --button-text-color: #ffffff;
}

/* line 18, ../scss/lsvt-style.scss */
body {
  color: #045ea8;
}

/* line 24, ../scss/lsvt-style.scss */
a {
  color: #045ea8;
}

/* line 58, ../scss/lsvt-style.scss */
header {
  background-color: rgba(0,9,71,1);
}

/* line 74, ../scss/lsvt-style.scss */
#page {
  background-color: rgba(0,9,71,1);
}
@media only screen and (min-width: 768px) {
  /* line 74, ../scss/lsvt-style.scss */
  #page {
    background-image: url('//d1xfb0e3ea1asg.cloudfront.net/lsvt-sign-in/images/signin-background-FE3961E2-E5FA-A43B-4BA835C12847F412.png');
  }
}

/* line 90, ../scss/lsvt-style.scss */
.card {
  background-color: rgba(255,255,255,1);
}

/* line 135, ../scss/lsvt-style.scss */
.powered-by svg {
  fill: rgba(243,111,33,1);
}

@media only screen and (min-width: 768px) {
  /* line 143, ../scss/lsvt-style.scss */
  .powered-by svg {
    fill: #ffffff;
  }
}

/* line 150, ../scss/lsvt-style.scss */
.message {
  color: #ff0000;
}

/* line 174, ../scss/lsvt-style.scss */
.message span svg {
  fill: #045ea8;
}

.input-container {
  border-bottom-color: #045ea8;
}

/* line 209, ../scss/lsvt-style.scss */
.error + label span {
  color: #ff0000;
}

/* line 213, ../scss/lsvt-style.scss */
input {
  color: #045ea8;
  background: rgba(239,239,239,1);
}

input.error {
  color: $$$INPUTTEXTERRORCOLOR$$$;
}

/* line 238, ../scss/lsvt-style.scss */
.user-icon,
.pass-icon,
.envelope-icon {
  fill: #045ea8;
}

/* line 248, ../scss/lsvt-style.scss */
.error + label + .user-icon,
.error + label + .pass-icon,
.error + label + .envelope-icon {
  fill: #ff0000;
}

/* line 252, ../scss/lsvt-style.scss */
.close-icon,
.chevron-down-icon {
  fill: #045ea8;
}

/* line 269, ../scss/lsvt-style.scss */
.btn {
  background-color: rgba(255,255,255,1);
  border-color: rgba(243,111,33,1);
  color: rgba(243,111,33,1);
}

/* line 293, ../scss/lsvt-style.scss */
.btn:after {
  color: #ffffff;
  background-color: rgba(243,111,33,1);
}

/* line 309, ../scss/lsvt-style.scss */
.secure {
  color: rgba(243,111,33,1);
}

/* line 315, ../scss/lsvt-style.scss */
.secure a {
  color: rgba(243,111,33,1);
}

@media only screen and (min-width: 768px) {
  /* line 309, ../scss/lsvt-style.scss */
  .secure {
    color: #ffffff;
  }
  /* line 326, ../scss/lsvt-style.scss */
  .secure a {
    color: #ffffff;
  }
}

/* line 335, ../scss/lsvt-style.scss */
.lock-icon {
  fill: rgba(243,111,33,1);
}

@media only screen and (min-width: 768px) {
  /* line 335, ../scss/lsvt-style.scss */
  .lock-icon {
    fill: #ffffff;
  }
}

/* line 349, ../scss/lsvt-style.scss */
.more {
  color: rgba(243,111,33,1);
}

/* line 385, ../scss/lsvt-style.scss */
.crate-title {
  background: rgba(243,111,33,1);
  color: rgba(255,255,255,1);
}

/* line 386, ../scss/lsvt-style.scss */
.crate-body {
  background: rgba(255,255,255,1);
  color: #045ea8;
}

/* location styling */
/* line 392, ../scss/lsvt-style.scss */
.loc-selection {
  background-color: rgba(255,255,255,1);
  color: #045ea8;
  border-top-color: rgba(243,111,33,1);
}

/* line 399, ../scss/lsvt-style.scss */
.loc-selection:last-child {
  border-bottom-color: rgba(243,111,33,1);
}

/* line 402, ../scss/lsvt-style.scss */
.loc-selection:hover {
  background-color: rgba(243,111,33,1);
  color: rgba(255,255,255,1);
}

/* line 406, ../scss/lsvt-style.scss */
.loc-selection:after {
  border-right-color: #045ea8;
  border-top-color: #045ea8;
}

/* line 419, ../scss/lsvt-style.scss */
.loc-selection:hover:after {
  border-right-color: rgba(255,255,255,1);
  border-top-color: rgba(255,255,255,1);
}

/* line 439, ../scss/lsvt-style.scss */
.login {
  background-color: rgba(255,255,255,1);
  color: rgba(243,111,33,1);
  border-color: rgba(243,111,33,1);
}
 /* Hide the Lightspeed logo link */
a.powered-by {
  display: none !important;
}

div.secure.d-flex.align-items-center.mb-5 {
  display: none !important;
}
p.text-center.mb-5.mt-3 {
  font-size: 1.4rem !important;
  font-weight: 700 !important;
    
}
ul.foot.text-center a[href*="terms-conditions"],
ul.foot.text-center a[href*="privacy-notice"] {
  display: none !important;
}