body {
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  body {
      background-image: url("/img/login_bg.png");
      background-repeat: no-repeat;
      background-size: 100% 100vh!important;
      background-position: middle center;

      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }


footer {
    text-align: center;
    font-size: 12px;
    padding:  12px 20px;
    color: white;
    
    background-color: transparent;
    border-top: 3px transparent solid;
}
    .result + footer {
        background-color: white;
        border-top: 3px lightgray solid;
    }

    h5 { margin-top: 3px; margin-bottom: 14px; }


@media screen and (max-width: 767px) {
    
}


@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.logo { margin-bottom: 20px; }
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);

  background-image: url("/img/loginbox_bg.png");
  background-repeat: no-repeat;
  /* background-size: auto 100vh; */
  background-position: center center;
}
.form h3 { color: #17479e; }
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: white;
  border: 1px #808285 solid;
  width: 100%;
  margin: 0 0 15px;
  padding: 6px 12px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #008482;
  width: 100%;
  border: 0;
  padding: 10px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #0ca8a0;
}
.form .message {
  margin: 10px 0 15px;
  color: #b3b3b3;
  font-size: 12px;
  text-align: left;
}
.form .message a {
  color: #0ca8a0;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
