body {
  background-color: #0A0A0A;
  color: #e6e3e3;
}

img.loginPicture {
  opacity: 0.4;
}

.loginFormBtn {
  flex: 1 0 50px;
  height: 38px;
}

.form-switch {
  flex: 1 0 100%;
  margin-top: 10px;
}

label.rememberLabel,
.forgotPasswordLink {
  font-size: 12px;
}

.inputMail > label,
.inputPassword > label {
  font-size: 14px;
}

a.forgotPasswordLink {
  color: #a3a3a3;
  text-decoration: none;
}
a.forgotPasswordLink:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=app.output.css.map */
