:root {
  --text-color: #000000;
  --header-bg-color: rgba(255,255,255,1);
  --link-color: #bc3226;
  --error-color: #d22814;
  --footer-color: #ffffff;
  --form-color: rgba(255,255,255,1);
  --input-bg-color: rgba(255,255,255,1);
  --input-text-color: #9b9b9b;
  --button-bg-color: rgba(188,50,38,1);
  --button-text-color: #ffffff;
}

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

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

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

/* line 74, ../scss/lsvt-style.scss */
#page {
  background-color: rgba(255,255,255,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-B20AC250-ECB7-48F7-82D026291C8A1CF8.jpg');
  }
}

/* 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(188,50,38,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: #d22814;
}

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

.input-container {
  border-bottom-color: #9b9b9b;
}

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

/* line 213, ../scss/lsvt-style.scss */
input {
  color: #9b9b9b;
  background: rgba(255,255,255,1);
}

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

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

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

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

/* line 269, ../scss/lsvt-style.scss */
.btn {
  background-color: rgba(255,255,255,1);
  border-color: rgba(188,50,38,1);
  color: rgba(188,50,38,1);
}

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

/* line 309, ../scss/lsvt-style.scss */
.secure {
  color: rgba(188,50,38,1);
}

/* line 315, ../scss/lsvt-style.scss */
.secure a {
  color: rgba(188,50,38,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(188,50,38,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(188,50,38,1);
}

/* line 385, ../scss/lsvt-style.scss */
.crate-title {
  background: rgba(188,50,38,1);
  color: rgba(255,255,255,1);
}

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

/* location styling */
/* line 392, ../scss/lsvt-style.scss */
.loc-selection {
  background-color: rgba(255,255,255,1);
  color: #000000;
  border-top-color: rgba(188,50,38,1);
}

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

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

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

/* 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(188,50,38,1);
  border-color: rgba(188,50,38,1);
}
 html::before {
    content: "";
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(26, 47, 74, 0.97);
    z-index: 9998;
  }
  html::after {
    content: "";
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    border-radius: 12px;
    max-width: 480px;
    width: 90%;
    height: 380px;
    box-sizing: border-box;
    display: block;
  }
  body::before {
    content: url(https://abw.io/images/abw_horizontal_fullcolor.png);
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) scale(0.45);
    margin-top: -120px;
    z-index: 10000;
    display: block;
  }
  body::after {
    content: "WE HAVE MOVED!\A\A ABW has a new home.\A You can no longer log in here.\A\A Please visit abw.io and use the\A invitation link sent to your email.\A\A Did you not get an email? Contact help@abw.io";
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 30px;
    z-index: 10000;
    color: #333;
    font-size: 15px;
    line-height: 1.7;
    font-family: sans-serif;
    text-align: center;
    white-space: pre-wrap;
    display: block;
  }
si-root { display: none; }