/* CSS Document */
body.login {
  background-image: url('bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.login h1 a {
  background-image: url('fluxar-logo.png');
  background-size: cover;
  width: 195px;
  height: 145px;
}
.login form .input, .login input[type=text] {
  border-radius: 10px;
  background-color: rgb(42, 42, 42) !important;
  color: #fff;
}
