.main_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.main_container {
	position: fixed;
	top: 25%;
	left: calc(50% - 200px);
	width: 400px;
	background: rgb(255 255 255/ 90%);
	z-index: 1;
	padding: 30px 40px;
	box-sizing: border-box;
	border-radius: 8px;
	opacity: 0.9;
}

.main_title {
	text-align: center;
	margin: 30px 0;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.main_tysfrz {
	width: 100%;
	background: url(../img/btn01.png);
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	border-radius: 8px;
	cursor: pointer;
	outline: 0;
	position: relative;
}

.main_bdrz {
	width: 100%;
	background: url(../img/btn02.png);
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	border-radius: 8px;
	cursor: pointer;
	outline: 0;
	position: relative;
}

.main_arrow {
	position: absolute;
	right: 16px;
	top: 18px;
	width: 8px;
}

.login_title {
	padding-bottom: 8px;
    border-bottom: 1px solid #dedede;
}