.main-container{
	min-height: 100%;
	background-image: url('../../img/login-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.user-center{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 80px;
}
.user-nav-menu{
	background-color: #4B6739;
	border-color: #4B6739;
}
.user-nav-menu dd a{
	color: #fff !important;
}
.user-nav-menu a:hover{
	background: #8CBC44 !important;
}
.content-container{
	width: 1200px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.list{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 327px;
	height: 180px;
	/*text-align: center;*/
	/*padding: 40px 100px;*/
	background-color: rgba(0, 0, 0, 0.6);
	margin-right: 100px;
	margin-bottom: 60px;
}
.list div{
	text-align: center;
}
.list img{
	width: 40px;
	height: 40px;
}
.list p{
	margin-top: 10px;
	font-size: 24px;
	color: #FFFFFF;
}


.footer{
	margin-top: -65px;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 16px;
	color: #FFFFFF;
}
.footer a{
	color: #FFFFFF;
}


.form-container{
	width: 1150px;
	margin: 0 auto;
    background-color: #FFFFFF;
}
.form-container > .title{
	padding: 10px 30px;
	background-color: #8CBC44;
	/*font-weight: 600;*/
	font-size: 30px;
	color: #FFFFFF;
}

.form-section {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.form-section legend {
    font-size: 18px;
    /*font-weight: bold;*/
    border-bottom: none;
    width: auto;
    padding: 0 10px;
}
.form-group{
	/*width: 400px;*/
	display: flex;
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.form-group input{
	width: 230px;
}
.form-group select{
	width: 230px;
}
.form-note {
    color: #999;
    font-size: 12px;
    margin-top: 5px;
}
.submit-btn{
	width: 200px;
	background-color: #8CBC44;
}
.required label:before {
    content: "* ";
    color: red;
}
.add-btn{
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 28px;
	background: #8CBC44;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
.remove-btn{
	width: 32px;
	height: 32px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: center;
	line-height: 28px;
	background: #ff5722;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}