@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url(/auth/static/Roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url(/auth/static/Roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Medium"), url(/auth/static/Roboto-Medium.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; }
h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 3em;
  line-height: 1em;
  display: block;
  margin: 0;
  color: #fcfcfd;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(to right, #4d6d8a 0%, #026ddc 49%, #fcfcfd 51%, #fcfcfd 100%);
  background-size: 300% 100%;
  background-position: 100% 0%;
  animation: loader 1.5s linear 1 paused;
  animation-fill-mode: forwards; }

h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  display: block;
  margin: 0;
  color: #c1c1c1;
  text-align: right; }

.title {
  margin: 0 0 20px 0; }

@keyframes loader {
  0% {
    background-position: 76% 0%; }
  100% {
    background-position: 24% 0%; } }
form {
  margin: 0 auto; }

input {
  display: block;
  font-size: 1em;
  padding: 10px;
  margin: 5px 0;
  width: 100%;
  box-sizing: border-box; }
  @media (min-width: 350px) {
    input {
      width: 350px; } }

main {
  display: block;
  flex: 0 1 100%; }
  @media (min-width: 350px) {
    main {
      flex: 0 1 auto; } }

html {
  margin: 0;
  padding: 0;
  width: 100vw;
  min-height: 100%; }

body {
  margin: 0;
  min-height: 100vh;
  /*min-height: -moz-available;
  min-height: -webkit-fill-available;*/
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  background: #1f1f1f;
  background-image: linear-gradient(33deg, #1f1f1f, #101010);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

label {
  font-weight: 400;
  color: #fcfcfd;
  display: block; }

.hint {
  font-weight: 300;
  color: #c1c1c1;
  display: block; }

.line {
  margin: 10px 0; }

.table {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  margin: -10px 0; }
  @media (min-width: 350px) {
    .table {
      flex-wrap: nowrap; } }

.col {
  flex: 0 1 350px;
  margin: 0 10px; }

input[type='submit'] {
  margin-top: 20px; }

message {
  display: block;
  padding: 10px;
  color: #fcfcfd;
  margin: 5px auto;
  max-width: 350px;
  box-sizing: border-box; }
  message.message-ok {
    border-left: 10px solid #4caf50;
    background: rgba(0, 0, 0, 0.3); }
  message.message-error {
    border-left: 10px solid #f44336;
    background: rgba(0, 0, 0, 0.3); }
  message.message-info {
    border-left: 10px solid #03a9f4;
    background: rgba(0, 0, 0, 0.3); }
  message.message-motd {
    border-left: 10px solid #f4365f;
    background: rgba(0, 0, 0, 0.3); }
  message.level0 {
    border-left: 10px solid #f44336;
    background: rgba(0, 0, 0, 0.3); }
  message.level1 {
    border-left: 10px solid #ff9800;
    background: rgba(0, 0, 0, 0.3); }
  message.level2 {
    border-left: 10px solid #ffeb3b;
    background: rgba(0, 0, 0, 0.3); }
  message.level3 {
    border-left: 10px solid #cddc39;
    background: rgba(0, 0, 0, 0.3); }
  message.level4 {
    border-left: 10px solid #4caf50;
    background: rgba(0, 0, 0, 0.3); }
  message a {
    color: #fcfcfd; }

strength {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 5px 0; }
  strength > level {
    flex: 0 1 auto;
    width: calc(20% - 2.5px);
    height: 8px;
    border-radius: 1px; }
    strength > level.level {
      background: #ffffff73; }
    strength > level.level0 {
      background: #f44336; }
    strength > level.level1 {
      background: #ff9800; }
    strength > level.level2 {
      background: #ffeb3b; }
    strength > level.level3 {
      background: #cddc39; }
    strength > level.level4 {
      background: #4caf50; }

.hidden {
  display: none; }
