@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(../fonts/Open_Sans/OpenSans-Light.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(../fonts/Open_Sans/OpenSans-Regular.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(../fonts/Open_Sans/OpenSans-Bold.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
  font-family: "Open Sans", sans-serif;
}

body #loginContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 450px;
  width: 90%;
  height: 395px;
  color: #FFF;
  border: 0px solid #222222;
  border-radius: 5px;
}

body #loginContainer #logo {
  padding: 15px 0;
  height: 125px;
  width: 100%;
}

body #loginContainer #logo img {
  width: 100%;
}

body #loginContainer #loginForm {
  background-color: #222222;
  width: 100%;
  height: 100%;
  height: 270px;
  padding: 15px 25px;
  border-radius: 5px;
}

body #loginContainer #loginForm #loginMessage {
  height: 25px;
  display: block;
  padding-top: 5px;
}

body #loginContainer #loginForm #loginMessage {
  display: none;
}

body #loginContainer #loginForm #loginButton {
  float: right;
}

body #loginContainer #loginForm .btn.loading {
  padding-right: 30px;
  position: relative;
}

body #loginContainer #loginForm .btn.loading:before {
  position: absolute;
  right: 5px;
  font: normal normal normal 24px/1 "Material Design Icons";
  display: inline-block;
  font-size: inherit;
  content: "\F771";
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: mdi-spin 2s infinite linear;
  animation: mdi-spin 2s infinite linear;
}
/*# sourceMappingURL=login.css.map */