/*body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url('../../../shared/theme/images/fndo_launcher.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/
body {
	font-family: Calibri, Verdana;
	/*font-size: 1.2em;*/
	/*overflow:hidden;
  background-color:#015f8f;*/
	/*color:#FFFFFF;*/
	color: #595959;
	/* background: url('../../../shared/theme/images/fndo_launcher.jpg') no-repeat center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
	/*text-shadow: 1px 1px #000;*/
	/*background-attachment:fixed;*/
}
.texto1 {
	font-size: 2em;
	color: #595959;
	text-shadow: 1px 1px #595959;
}
.texto2 {
	font-size: 1.5em;
	color: #595959;
}
.texto3 {
	font-size: 1.1em;
	color: #595959;
}
.pad10 {
	padding: 10px 0 10px 0 !important;
}
.container {
	margin-top: 10px;
	padding: 25px;
	border-radius: 12px;
}
.logotxt {
	padding-left: 5px;
	line-height: 1.1em;
	text-shadow: none !important;
}
.container_small {
	width: 40%;
}
.rounded {
	border-radius: 12px !important;
}
.redback {
	/*background-image:url(../../theme/images/trans_red.png);
background-repeat:repeat; */
	background-color: #ff0000;
}
.trans_redback {
	background-image: url(../../theme/images/trans_red.png);
	background-repeat: repeat;
}
.whiteback {
	background-image: url(../../theme/images/trans_white.png);
	background-repeat: repeat;
}
.column-in-center {
	float: none;
	margin: 0 auto;
}
.btn-primary {
	color: #fff;
	/* background-color: #015f8f !important;
    border-color: #015f8f !important ;
*/
	background-color: #00b0f0 !important;
	border-color: #6cc6e7 !important;
}
.btn-primary:hover {
	color: #fff;
	background-color: #1c7aaa !important;
	border-color: #1c7aaa !important;
}
@media screen and (min-width: 0px) and (max-width: 576px) {
	.container {
		margin-top: 5px;
		width: 90%;
	}
	.ems-logo {
		margin: auto;
	}
}
@media screen and (min-width: 577px) and (max-width: 768px) {
	.container {
		margin-top: 5px;
		width: 90%;
	}
	.ems-logo {
		margin: auto;
	}
}
/*
 
 @media screen and (min-width: 769px) and (max-width: 992px) {   
	.launcher-footer{
		display:none;
	}
	
	
	
 } 
 
 
 
 @media screen and (min-width: 993px) and (max-width: 1200px) {   
	.launcher-footer{
		display:none;
	}
	
 } */