@charset "UTF-8";

.main {
	display: flex;
	align-items: center;
	min-height: calc(100vh - 42px);
}
.min-w {
	min-width: 600px;
}
.container, .container-fixed {
	width: 600px;
}
.login-content{
	width: 500px;
	height: auto;
	overflow-x: hidden;
	margin: auto;
	box-shadow: 0 5px 50px rgba(0,0,0,0.4);
}
.search-title{
	color: #fff;
	background-color: #1ABC9C;
	font-size: 18px;
}
.search-title img {
	vertical-align: middle;
}
.label-name {
	width: 160px;
	font-size: 18px;
}
.input-name {
	width: 250px;
	height: auto;
	font-size: 18px;
	line-height: 1.4;
}
.input-btn-box {
	padding-left: 0px;
	text-align: center;
}
.input-btn-box .input-btn {
	width: 120px;
	height:35px;
	line-height: 33px;
	vertical-align: middle;
	font-size: 18px;
	background-color: #1ABC9C;
}
input[type="checkbox"] {
	margin-left: 115px;
	margin-top: 5px;
}
.checkbox-label {
	display: inline-block;
	width: 230px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-align: left;
	vertical-align: top;
	height: 30px;
	line-height: 30px;
}
.changePC {
	text-align: center;
}
.link{
	font-size:18px;
	color: #0000FF;
}

