
/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	font-family: sans-serif;
}

a {
	text-decoration: none;
}

html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a{color:#f30a93;text-decoration:none;}
a:hover{color:#f30a93;}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
html {
}
*,*:before,*:after{
	box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto ;
}
/* CSS Reset end */
body {
	max-width: 100%;
	height: auto;
	background-color: #f30a93;
}

/* member */
.member-box{
	max-width: 400px;
	margin: 100px auto;
	padding-bottom: 20px;
	background-color: #fff;
	border-radius: 5px;
}
/*
.member{
	max-width: 400px;
	margin: 100px auto;
	background-color: #fff;
	border-radius: 5px;
}

.signup-box {
	height: 560px;
}

.login-box {
	height: 380px;
}

.member a {
	text-decoration: none;
	color: #f30a93;
}
*/
.logo {
	padding-top: 30px;
	padding-left: 34%;
	padding-bottom: 20px;
}

.logo p {
	font-family: sans-serif;
	font-size: 14px;
	color: #aaa;
	padding-left: 35px;
	padding-top: 10px;
}

.message {
	font-size: 15px;
	margin: 20px;
	line-height: 25px;
	letter-spacing: 1px;
	/*width: 315px;*/
	/*padding-top: 10px;*/
	color: #B3B3B3;
}

.error {
	font-size: 15px;
	margin: 20px;
	line-height: 25px;
	letter-spacing: 1px;
	/*width: 315px;*/
	/*padding-top: 10px;*/
	color: #FF9393;
}

.input-group {
	margin: 0 auto;
	width: 315px;
	padding-top: 10px;
	color: #B3B3B3;
}

.input-group p{
	font-family: sans-serif;
	font-size: 12px;
	color: #aaa;
	padding-bottom: 10px;
}

.form-control {
	font-size: 12px;
}

.btn-info {
	margin: 20px auto;
	width: 315px;
	height: 35px;
	background: #f30a93;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.btn-info:hover {
	background: #f30a93;
}

.remind {
	font-size: 11px;
	color: #FF0202;
	padding-left: 45px;
	padding-top: 10px;
}

.link-left {
	float: left;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 42px;
}

.link-right {
	float: right;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 42px;
}

