body {
	background-color: #fafbfd;
	overflow-x: hidden;
}
.registerMobBtn {display: none;}
#dialog-login-blocked {
	width: 430px;
	height: 316px;
	top: calc(50% - 160px);
	left: calc(50% - 215px);
}
#dialog-login-blocked .DataArea {
	text-align:center;
}
#dialog-login-blocked .DataArea svg{
	width: 44px;
	height: 44px;
	fill: #109e43;
}
/******* Responsive ******************************/
@media only screen and (max-width: 1780px) {
}
@media only screen and (max-width: 1600px) {
}
@media only screen and (max-width: 1500px) {
}
@media only screen and (max-width: 1400px) {
}
@media only screen and (max-width: 1240px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1130px) {
}
@media only screen and (max-width: 1080px) {
}
@media only screen and (max-width: 950px) {
}
@media only screen and (max-width: 850px) {
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 750px) {
	body, html {min-width: initial;}
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 560px) {
}
@media only screen and (max-width: 500px) {
}
@media only screen and (max-width: 400px) {
}