body{
	background-image:none;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	background-color:#20395f;
	background:#20395f;
	}
.background-image{
	display:block;
	visibility:visible;
	opacity:1;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:-1;
	width:100%;
	height:100%;
	font-size:12px;
	line-height:14px;
	border:0;
	text-align:center;
	/*background-image:url('https://postaimza.com/panel/assets/images/background/sf-login-back-4.webp');
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;*/
	background-color:#20395f;
	background:#20395f;
	}
#overlay{
	background:#20395f!important;
	opacity:1;
	}
body.dark-mode #overlay-dark{
	background:#20395f!important;
	opacity:1;
	}