.login-page {
	 width: 100%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 
	 .login-page {
		 min-height: 600px !important;
		 display: grid;
		 height: calc(100vh - 0px);
		 background: url(/Resources/icons/login-background.jpg);
		 background-color: #2c2a66;
		 background-size: cover;
	}
		.login-page .login-page-items-wrapper {
			display: grid;
			/*margin-top: 5%;*/
			justify-items: center;
		}
	 .login-page .validation-summary-errors {
		 font-size: 14px;
	}
	 .login-page + .page-footer {
		 display: none;
	}
	 .login-page .register-link {
		 font-size: 18px;
		 margin-top: 22px;
		 line-height: 21px;
		 text-align: center;
		 color: white !important;
	}
	 .login-page .register-link span {
		 font-weight: 400;
	}
	 .login-page .register-link a {
		 text-decoration: underline;
		 font-weight: 400;
		 color: white !important;
	}
	 .login-page__footer {
		 margin: auto auto 24px;
		 width: 550px;
		 display: flex;
		 font-size: 18px;
		 color: white !important;
		 justify-content: space-between;
	}
	 .login-page__footer a {
		 color: white !important;
	}
	 .login-page__footer a:not(:last-of-type) {
		 text-decoration: underline;
	}

 
 .login-page_license {
	 background: none;
	 background-color: unset;
}
 