/*========================================================
        DARK LAYOUT
=========================================================*/

.bg-authentication {
  background-color: #eff2f7;
}

.bg-authentication .login-footer {
  padding: 0rem 1.5rem 0.5rem;
}

.bg-authentication .login-footer .footer-btn .btn {
  padding: 0.9rem 1.2rem !important;
  margin: 1rem 1rem 1rem 0rem;
}

@media only screen and (max-width: 1024px) {
  .content-wrapper .main-window {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 768px) {
  html body .content .content-wrapper {
    margin-top: 0;
  }

  html body .content .content-wrapper .logo-mobile {
    padding: 20px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bg-authentication {
    width: 100%;
  }
}

