* {
  box-sizing: border-box;
}

.auth-one-bg {
  background-image: url('../images/auth/100.jpg');
  background-position: 50%;
  background-size: cover;
}

.auth-one-bg-position {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 380px;
}

.auth-one-bg .bg-overlay {
  background: linear-gradient(90deg, #364574, #405189);
  opacity: 0.9;
}

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.7;
  background-color: #000;
}

.auth-one-bg .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}

.auth-one-bg .shape > svg {
  width: 100%;
  height: auto;
  fill: #f5f4f5;
}

img,
svg {
  vertical-align: middle;
}

.auth-page-wrapper .auth-page-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.login-content > div {
  background-color: #f4f4f5;
}
