
header {
	padding: 20px 0;
	text-align: center;
}

h1 {
	font-size: 25px;
	padding: 50px 0;
	text-align: center;
}

main {
	padding-bottom: 80px;
}

div.logincontents {
	background: white url(images/logincontents_bg.svg) no-repeat center top;
	background-size: 400px;
	border-radius: 6px;
	margin: 0 auto;
	padding: 20px 50px;
	width: 700px;
}


input.submit {
	background: #9c308a url(../images/link_btn.svg) no-repeat right 20px center;
	background-size: 8px;
	border-radius: 100px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1em;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	width: 350px;
}


footer {
	bottom: 0;
	position: fixed;
	width: 100%;
}