﻿.form-group.required .col-form-label:after {
  color: #d00;
  content: "*";
  position: absolute;
  margin-left: 3px;
}

.nav-user-menu .user-image {
  width: 20px;
  margin-right: 4px;
  margin-top: -4px;
}


html,
body {
  height: 100%;
  margin: 0;
}

body.login-page {
  background-color: #242d3c !important;
  /* Dark blue/slate background - Force override */
  background-image: none !important;
  /* Remove default image if any */
  overflow: hidden;
  /* Prevent scrollbars from canvas */
  height: 100vh;
  /* Ensure full viewport height */
}

body.login-page canvas {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
}