
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, Arial;
	font-weight: 100;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

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;
}

body {
	font-size: 14px;
	background-color: #EFEFEF;
}

* {
	font-size: 14px;
}

.header {
	height: 60px;
	background-color: black;
}

.header-content {
	width: 850px;
	margin: auto;
	padding-top: 10px;
}

.header-content img {
	height: 40px;
}

.login {
	background: white;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	width: 500px;
	margin: auto;
	margin-top: 60px;
	padding: 60px 40px;
	text-align: center;
}

.field input {
	width: 100%;
	padding: 10px 5px;
	margin-bottom: 10px;
	border: solid 1px rgb(201, 201, 201);
}

h1, h2 {
	color: #555;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
}

h1 {
	font-size: 26px;
	font-weight: 700;
}

h2 {
	margin-bottom: 20px;
}

.btm {
	background-color: #3399CC;
	width: 100%;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 0;
	border-radius: 20px;
	cursor: pointer;
	matgin: auto;
}

.login-button {
	width: 512px;
}

.login-signup {
	padding-top: 20px;
}

.login-signup a {
	color: #4d4d4d;
	font-weight: 700;
	text-decoration: none;
}

.login-signup a:hover {
	text-decoration: underline;
}

