.login-bg {
  background-image: url("/images/auth/bg11.png");
}

div#fas_app_wrapper {
  margin: 0;
}

#fas_app_header {
  display: none;
}

#fas_app_sidebar {
  display: none;
}

#fas_app_footer {
  display: none;
}

.app-content {
  padding: 0 !important;
}

.logo-top {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: auto;
  width: 250px;
}

.app-container {
  padding: 0 !important;
}

.login-bg {
  height: 100vh;
}

#loginForm {
  max-width: 450px;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.top-logo {
  width: 120px;
  margin: auto;
  display: table;
}

.submit-btn {
  background: #4494B5 !important;
}
.submit-btn:hover {
  background: #3883a3 !important;
}
