/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/**
 * Stylesheet to add to the login page
 */

body {
  background: #f0f0f1;
  overflow-x: hidden;
}

.dalp-login {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.dalp-ads { height: 100vh; overflow: hidden; }

.no-js .dalp-loader { display: none; }
.js .dalp-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
}
#dgsi-ads-wrapper {
  position: relative;
  right: -100%;
  width: 100%;
  height: 100%;
}

/* Overrides WordPress */
#login { padding: 0 !important; }