body{
  /*background:#d9d9d9 url('http://successagency.com/in/coming-soon-demo/blue-horizons-3/images/bg.gif') center top repeat-x;*/
  background-color: #fff;
}


.loader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
   /* background: linear-gradient(90deg, #072348 0%, #061a35 100%);
    background: -webkit-linear-gradient(90deg, #072348 0%, #061a35 100%);*/
}

.loader-logo {
    width: 300px;
    height: 180px;
    max-width: 90%;
    overflow: hidden;
    transform: translatey(0px);
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}
.loader-logo img {
    width: 60%;
    height: auto;
}

@-webkit-keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}


a.webservices{
  text-decoration:none;
  color:#fff;
  cursor:pointer;
}
#sublink{
  font-size:12px;
}
#title{
  margin:50px auto;
  text-align:center;
  font-family: 'Open Sans', sans-serif;
  color:#ffffff;
}

#content{
  max-width:800px;
  margin: 0px auto;
  background: linear-gradient(90deg, #0b438d 0%, #a8bd44 56%, #0b438d 100%);
  color: #fff;
    border-radius: 10px;
  padding:15px;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-shadow: 1px 0px 50px #fff;
  -moz-box-shadow: 1px 0px 50px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 0px 20px 0px #fff;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
  text-align:center;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}
                                               
					
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%;
	}
}
label {
    display: inline-block;
    width: 5em;
  }