.login-page .login-box {
	z-index: 2;
}

.login-page #particles-js canvas{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.login-page {
	background: #262f56;
}

.account-body .auth-card .auth-logo-box .auth-logo {
  border-radius: 10px;
  background-color: #1c233f;
  padding: 4px;
  -webkit-box-shadow: 0px 0px 0px 0px #000 !important;
          box-shadow: 0px 0px 0px 0px #000 !important;
}
