.ruzhu_item {
	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%;
}

.toLogin {
	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;
	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;
}

.upload {
	margin-left: 10px;
}

.bottom_text {
	width: 100%;
	display: flex;
	justify-content: center;
	color: red;
	font-weight: 600;
	margin-top: 10px;
}