
body {
	background:#fff !important;
	//background:radial-gradient(circle,rgba(40, 76, 160, 1) 0%, rgba(31, 28, 79, 1) 100%);
}

.bg-dim:before {
	background:url('https://dimdex.com/wp-content/themes/dimdex/public/build/images/message_bg.33100bd4.jpg');
	width:500px;
	height:900px;
	background-repeat:no-repeat;
	background-size:cover;
}
.navber {
	background:url('https://dimdex.com/wp-content/themes/dimdex/public/build/images/media-bg.74fdd53b.jpg');
}
.footer {
	background:#1F1C4F
}
.login-branding:before {
	background:#284DA1;
	color:#fff
}
.login-branding span {
	color:#fff !important;
}
.btn-primary {
	background:#009FAF;
	color:#fff !important;
}

.alert.alert-warning {
  display: none !important;
}
.user-details {
	visibility:hidden;
	opacity:0;
	position:relative;
}
.user-details:after {
	content:"Coming Soon";
	
	left: 2%;
	top:10%;
	font-size: 2rem;
	width:100%;	
}