.ruzhu {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.ruzhu_item1 {
	width: 40%;
}

.ruzhu_item2 {
	width: 60%;
}

.ruzhu_item2 img {
	width: 90%;
	margin: 0 auto;
}

.username,
.pwd {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	height: 40px;
	line-height: 40px;
}



.lbl {
	width: 20%;
	text-align: right;
}

.pwd {
	margin-top: 10px;
}

input {
	flex: 1;
	margin-left: 15px;
	min-width: 80%;
}

button {
	padding: 0px 36px;
	font-size: 16px;
	line-height: 45px;
	text-transform: capitalize;
	font-weight: 600;
	transition: 0.3s ease-in;
	border-radius: 5px;
	height: 45px;
	background-color: #000000;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 50px;
}

.toLogin {
	width: 200px;
	margin-left: calc(100% - 200px);
}

.toLogin:hover {
    color: rgb(255, 255, 255);
    background-color: #ff5400;
    box-shadow: rgba(230, 0, 61, 0.36) 0px 0px 0px 0.2rem;
    border-color: #ff5400;
}

.ruzhu_item2 {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.item-bottom {
	width: 90%;
	margin: 0 auto;
	line-height: 35px;
	color: #777;
}