@charset "utf-8";

/**===============================================
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
*===============================================*/
* { margin: 0;padding: 0;border: 0;outline: 0 none;}

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 {
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}


/**===============================================
* Common Class
*===============================================*/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/**===============================================
* Layout
*===============================================*/
body {
 	padding: 50px;
	background: #f2f2f2;
	-webkit-text-size-adjust: 100%;
	font-family: Helvetica, Arial, Verdana, "Lucida Grande";
	font-size: 14px;
	line-height: 20px;
	color: #666;
	}
h1.logo {
	margin-bottom: 15px;
	padding-bottom: 25px;
	border-bottom: solid 1px #f2f2f2;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
h1.logo img {
	/* max-height: 150px; */
	max-width: 80%;
	max-height: 100px;
}
h2 {
	/* margin-bottom: 10px; */
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	letter-spacing: 1px;
}
fieldset {
	padding-top: 15px;
}



.error {
	margin: 15px 0 5px 0;
	padding: 8px;
	border-radius: 4px;
	background: #fe0;
	text-align: center;
	color: #c00;
}

.wrap {
	float: none;
	margin: auto;
	padding: 30px 0;
	border-radius: 20px;
	max-width: 360px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.wrap .inner {
	margin: 0 45px 0 45px;
}
.input-block {
	margin-bottom: 10px;
	padding: 10px 15px;
	border: solid 1px #ccc;
	border-radius: 4px;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.input-block.input-error {
	border-color: #c00;
}
.input-block input,
.input-block input::placeholder {
	width: 100%;
	background: none;
	font-size: 14px;
	line-height: 20px;
}

.button-block p {
	padding: 5px 0;
	text-align: center;
}
.button-block a {
	color: #999;
}
.button-block a:hover {
	color: #666;
}
button {
	padding: 9px 0;
	border: solid 1px #2388bb;
	border-radius: 4px;
	width: 100%;
	background: #3399cc /*2d3e54*/;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}



footer {
	padding: 20px 0 50px 0;
	text-align: center;
	color: #999;
}
footer a {
	text-decoration: none;
	color: #999;
}
footer a:hover {
	color: #333;
}
