body#authentication #wrapper {
  min-height: 100vh;
  padding: 0;
  background: #f4f4f4;
}

.page-header{
	display: none;
}

body#authentication #wrapper > .container {
  min-height: 100vh;
}

body#authentication #content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 32px 15px;
}

body#authentication #main {
  width: 100%;
}

body#authentication #main .page-content {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

body#authentication .auth-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 64px);
}

body#authentication .auth-card {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 48px;
  background: #fff;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

body#authentication .auth-logo {
  margin-bottom: 24px;
}

body#authentication .auth-logo img {
  max-width: 220px;
  max-height: 90px;
  width: auto;
  height: auto;
}

body#authentication .auth-heading {
  margin-bottom: 24px;
}

body#authentication .auth-heading h1 {
  margin: 0;
  font-size: 2rem;
  color: #232323;
}

body#authentication .login-form {
  text-align: left;
}

body#authentication .auth-card hr {
  margin: 24px 0;
}

body#authentication .auth-extra:empty {
  display: none;
}

body#authentication .auth-register {
  margin-top: 24px;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  body#authentication #content-wrapper {
    padding: 20px 10px;
  }

  body#authentication .auth-card {
    padding: 28px 20px;
  }

  body#authentication .auth-logo img {
    max-width: 180px;
    max-height: 72px;
  }

  body#authentication .auth-heading h1 {
    font-size: 1.5rem;
  }
}
