.login-box {
	display: none;
	text-align: center;
	width: 400px;
	height: auto; 
	position: fixed; 
	overflow: visible;	
	background-color: white;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	z-index: 101;
}
.login-page-header {
	height: 90px;
}
.login-page-body {
	background-color: #f2f2f2;
	padding: 20px 50px 50px 50px;
}
.login-page-text {
	padding-bottom: 20px;
	font-size: 18px;
}
.login-page-error {
	display: none;
	padding: 10px;
	border: 1px solid #d6b0b0;
	background-color: #fff5f5;
	width: 278px;
	margin-bottom: 7px;
}
.edit-login {
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	padding: 12px 10px;
	width: 278px;
	margin-bottom: 7px;
	color: #747474;
}
.login-button {
	background-color: #5a96c8;
	border-radius: 3px;
	color: #fff;
	border-style: none;
	width: 300px;
	padding: 12px;
	text-decoration: none;
	margin-bottom: 10px;
}
.login-button:hover {
	background-color: #3c7eb5;
}
.login-deliver {
	height: 1px;
	width: 300px;
	border-top: 1px dashed #bfbfbf;
	margin-bottom: 15px;
}
.login-page-bottom {
	text-align: left;
}
.close-btn {
	position: relative;
	margin-left: 370px;
	margin-top: 10px;
	width: 22px;
	height: 22px;
	color: #bfbfbf;
	font-size: 16px;
	border: 1px solid #f8f8f8;
	cursor: pointer;
}
.close-btn:hover {
	border: 1px solid #bfbfbf;
	border-radius: 3px;
}
.link-btn {
	cursor: pointer;
	text-decoration: underline;
}
.link-btn:hover {
	color: red;
}
.rules-btn {
    color: #4185be;
    cursor: pointer;
    font-size: 16px; 
    height: 22px;
}
.privacy-policy-btn {
    color: #4185be;
    cursor: pointer;
    font-size: 16px; 
    height: 22px;
}
.div-register-page {
    width: 500px;
}
.div-register-page .login-page-error {
	width: 378px;
}
.div-register-page .edit-login {
	width: 378px;
}
.div-register-page .login-button {
	width: 400px;
}
.div-register-page .login-deliver {
	width: 400px;
}