.layui-input{
	height: 38px;
}

.layui-form-item .fa {
	position: absolute;
	right: 0px;
	font-size: 18px;
	width: 30px;
	text-align: center;
	line-height: 34px;
	bottom: 122px;
}

.fa-eye{
	cursor: pointer;
}

.login-code-div{
	display: flex;
	height: 38px;
}

.login-code{
	width: 150px;
	height: 100%;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.login-code img{
	width: 100%;
	cursor: pointer;
}

.login-code-div input{
	width: calc(100% - 150px);
}