.login-screen {
  background: url("/assets/win95/clouds2.jpg");
  background-size: cover; }
  .login-screen .logo {
    background: url("/assets/ep/img/ep-logo.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .login-screen .login-button {
    width: 203px;
    height: 44px;
    margin: auto;
    position: relative; }
  .login-screen .bottom-animation {
    height: 1.6rem;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
    .login-screen .bottom-animation .bar {
      width: 200%;
      height: 1.6rem;
      background: #00c4ff;
      background: linear-gradient(90deg, #00c4ff 0%, #c8c8c8 25%, #00c4ff 50%, #c8c8c8 75%, #00c4ff 100%);
      animation-name: bar-movement;
      animation-duration: 3s;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
@keyframes bar-movement {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

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