.container{
	 background-color:#015293; 	
}
.content .top{
	margin-left: 3%;
    margin-right: 3%;
    padding-top: 80px;
    border-top: 2px solid #064679;
    border-bottom: 2px solid #1666a3;
}
.content .login{
	margin-left: 5%;
    margin-right: 5%;
    height: 130px;
    background-color: #013a67;
    margin-top: 40px;
    border-radius: 8px;
	
}
.index-content {
	padding-bottom:250px;
	}
.index-content .title{
	color: #ffffff;
    text-align: center;
    line-height: 40px;
    padding-top: 100px;
    font-size: 26px;
    font-weight: bolder;
	padding-bottom: 25px;
}
.index-content p{
	line-height: 32px;
    font-size: 18px;
    color: #ffffff;
	margin-left: 5%;
    margin-right: 5%;
	text-align:left;
}
body .body-content{
	width:1248px}
body{
  
   text-align: center;
}
.form{
    width: 980px;
    margin: auto;
    padding-top: 38px;
}
.form-input-warp{
    float: left;
    margin-right: 8%;
    width: 35%;
    line-height: 50px;
    border-radius: 25px;
    box-shadow: #134c75 0px 0px 0px 1px;
	max-width:350px;
}
.form-input{
    -webkit-box-shadow: 0px 0px 30px 5px #00162a inset;
    box-shadow: 0px 0px 30px 5px #00162a inset;
    width: 100%;
    line-height: 50px;
    border-radius: 25px;
    background-color: #02203a;
    text-align: left;
    padding-left: 30px;
	max-width:350px
}
input{
    line-height: 30px;
    width: 80%;
    margin-left: 5%;
    border: none;
    background-color: #02203a;
	color:#ffffff;
	font-size:18px;
}
.form-btn-warp{
    float: left;
    line-height: 50px;
    width: 130px;
    background-color: #02203a;
    height: 50px;
	  border-radius: 8px;
}
.form-btn{
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bolder;
    /* height: 50px; */
}
