html,

 body {

  
  /*Fallback if gradeints don't work 
  background: #141e6e;
  /*Linear gradient... */
  /*background: 
    radial-gradient(
     at center, #0075c3, #000b61
    );*/
} 

#backToTop{
display:none!important;
}



.logcon button:hover {
	cursor: pointer;
}

canvas {
	display: block;
	vertical-align: bottom;
}

#particles-js {
	width: 100%;
	height: 1080px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	background: radial-gradient( at center, #0075c3, #000b61 );
    z-index: -1;

}


.form{
	width:1100px;height:588px;background: white;z-index: 999999;margin:0px auto;margin-top:100px;
}

.form_left{
	width: 700px;height: 100%;float: left;
}
.form_right{
	height: 100%;float: right;width: 400px;
}
.form_left_1{
	background: url(/network-monitoring/images/form_left_1_bg.png);
	height: 300px;
	
}
.form_left_1 p{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	padding-top: 20px;
	margin-left: 50px;
}
.form_left_1 p span{
	font-size: 30px;
	color: #22b9ee;
}
.form_left_1 ul{
	margin-top: -10px;
    margin-left: 35px
}
.form_left_1 ul li{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.form_left_2{
	background: #f8f9ff;
	width: 100%;
	height: auto;
	margin-top: 0;
	text-align: center;
}
.form_left_2  p{
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 20px 0 0 0;
}
.form_left_2 img{
	padding: 25px 0 55px 0;
}

.form_right p{
		font-size: 30px;
	color: #333;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
}





/*移动端*/
@media only screen and (min-width: 100px) and (max-width: 1024px) {
	
	.form{
		width: 80%;
		height: auto;
		top: 10%;
	}
	.form_left{
		width: 100%;
		height: auto;
		float: none;
	}
	.form_right{
		width: 100%;
		height: auto;
		float: none;
		background: white;
		padding-bottom: 20px;
	}	
	.form_left_1{
		background: url(/network-monitoring/images/form_left_1_bg.png) no-repeat;
		background-size: 100%;
		height: 420px;
		background-position-y: center;
	}
	.form_left_1 ul li{
		font-size: 20px;
		line-height: 40px;
	}
	.form_left_1 p{
		font-size: 40px;
		line-height: 60px;
	}
	.form_left_1 p span{
		font-size: 40px;
	}
	.form_left_2 p{
		font-size: 30px;
		padding: 0;
	}
	.form_left_2 img{
		width: 80%;
	}
	.form_left_2 {
		padding: 50px 0 0 0;
	}
	.edi-btn inputgroup input, .edi-btn inputgroup select, .edi-btn .field-valid input, .edi-btn .field-error input, .edi-btn inputgroup textarea{
		margin: 0 166px 0px 166px!important;
	}
}
