body{
	width: 100%;
	height: 100vh!important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#77cfe4+0,0684ad+100 */
	background: #77cfe4; /* Old browsers */
	background-repeat: no-repeat;
	background: -moz-linear-gradient(-45deg, #77cfe4 0%, #0684ad 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #77cfe4 0%,#0684ad 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #77cfe4 0%,#0684ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77cfe4', endColorstr='#0684ad',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#soon .continut{
    padding: 100px;
    height: 100vh;
    width: 100%;
}
#soon .continut .continut2{
	background-color: #ffffff;
    background-image: url(../img/bgpattern.svg);
    background-repeat: repeat;
    background-size: 778px 481px;
    padding-top: 55px;
    -webkit-animation: movebg 30s linear both infinite;
    -moz-animation: movebg 30s linear both infinite;
    /* animation: movebg 30s linear both infinite; */
	width: 100%;
	box-shadow: 0 0px 30px 10px rgba(0,0,0,0.2);
	overflow: hidden;
}
#soon .continut .continut2 .logo{
	text-align: center;
}
#soon .continut .continut2 .logo img{
	width: 80%;
}

@media (max-width:768px) {
	#soon .continut{
		padding: 0;
	}
}