@charset "UTF-8";
/* CSS Document */
html{
  height: 100%;
}
body {
  min-height: 100%;
}
body {
	position:relative;
	margin:0px;
	padding:0px;
	background-color:#000;
	/*background:url(../images/bg.jpg) no-repeat fixed center center #000000;*/
	}
.teaser_web {
	position:absolute;
	left:50%;
	top:50%;
	width:946px;
	height:620px;
	margin-left:-473px;
	margin-top:-310px;
	}

/*Desktop*/
@media (min-width: 992px) {
 .container {
	width:970px !important;
}
.form {
	margin-top:20px;
	}
.check_emei {
	background-image:url(../images/shadow_bg.jpg);
	background-repeat:no-repeat;
	background-position:center 200px;
	}
.device_check {
	margin-top:40px;
	}
.emei_status {
	margin-top:40px;
	}
}


/*Tablet*/
@media (min-width: 768px) and (max-width: 991px) {

}

/*Mobile*/
@media (max-width: 767px) {

body  {
	background:none;
	background-color:#000000;
	}

}
	