.page-wrapper > .container-fluid {
    padding: 20px;
    min-height: calc(100vh - 100px);
}
.auth-wrapper {
  min-height: 100vh;
  position: relative; }
  .auth-wrapper .auth-box {
    background: #fff;
    padding: 20px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    max-width: 400px;
    width: 90%;
    margin: 10% 0; }
    .auth-wrapper .auth-box .logo {
      text-align: center; }
    .auth-wrapper .auth-box.on-sidebar {
      top: 0px;
      right: 0px;
      height: 100%;
      margin: 0px;
      position: absolute; }
  .auth-wrapper #recoverform {
    display: none; }
  .auth-wrapper .auth-sidebar {
    position: fixed;
    height: 100%;
    right: 0px;
    overflow: auto;
    margin: 0px;
    top: 0px; }
    .alertify .ajs-header {
        border-bottom: 1px solid #efefef;
        text-align: center;
        font-size: 16px;
    }
    .alertify .ajs-dialog {
        max-width: 350px !important;
    }
    .alertify .ajs-body .ajs-content {
        padding: 16px 24px 16px 16px;
        text-align: center;
    }
    .alertify .ajs-body {
        min-height: 60px;
    }
    .alertify .ajs-footer .ajs-buttons.ajs-primary {
        text-align: center;
    }

@media (max-width: 767px) {
  .auth-wrapper .auth-sidebar {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 40px 0 60px; }
  .auth-wrapper .demo-text {
    margin-top: 30px; } }
