.full-screen {
  /* 始终占满整个可视区域高度 */
  height: calc(100vh - 50px );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #002358 url(/img/db3.jpeg) bottom / 100% auto no-repeat;
}
.login-wrap {
	width: 600px;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	display: block;
}
.login-wrap .title {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	color: #424242;
}
.login-tip {
	text-align: center;
	color: #999;
	margin-top: 10px;
}
.input-wrap {
	margin: 20px 0px;
}
/* .logo {
	position: absolute;
	left: 56px;
	top: 56px;
	z-index: 10;
} */
/* .logo img {
	width: 108px;
	height: 38px;
} */
.introduce {
	margin-top:100px;
	font-size: 12px;
}
.input-wrap input {
	padding-left: 20px;
	width: 100%; 
	height: 50px;
	border: 1px solid  #e4e4e5;
	border-radius: 10px
}
input:focus{
	outline: none; 
	border-color:#4587f0;
}
.login {
	margin: 0 auto;
	width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
}
.input-title {
	font-size: 14px;
	font-weight: 400px;
	line-height: 22px;
	color: rgba(31, 33, 38, .7);
	margin: 8px 0;
}
.agreement {
	margin-top:  20px;
	font-size: 12px;
	text-align: center;
}
.agreement a {
	color: #2e88fb;
}
.relative {
	position: relative;
}
.btn-sms {
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 18px;
	cursor: pointer;
	color: #007FFF;
}
.toggle_tab {
	margin: 20px 0px;
	padding: 5px;
	background-color: #eceff5;
	overflow: hidden;
	line-height: 50px;
	border-radius: 10px;
}
.tab_item {
	width: 50%;
	height: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
}
.tab_item:hover {
	color: #2e88fb;
	cursor: pointer;
}
.choosed {
	background-color: #fff;
	color: #2e88fb;
	border-radius: 10px;
}
.btn-login-wrap {
	margin-top: 40px;
}
/* .btn {
	background-color: #3c98e8;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
} */
.seeker-login:hover {
	background-color: #0889f9;
}
.com-login:hover {
	background-color: #0889f9;
}
.btn-login {
	margin-bottom: 10px;
}