﻿header {
	display:none;
}
main {
	width:100%;
	max-width:100%;
}
h3 {
	text-align:center;
	font-size:24px;
	letter-spacing:0.1em;
	margin:0 0 10px;
}
.form {
	max-width:410px;
	margin:0 auto;
}
.form .btn_col {
	max-width:120px;
}

.form input[type="text"], .form input[type="email"], .form input[type="password"] {
	padding:12px 10px;
	border:1px solid #dfdfdf;
	font-size:14px;
	max-width:100%;
}
.form select {
	padding:8px;
	font-size:14px;
	border:1px solid #dfdfdf;
}
.form .btn_col {
	max-width:360px;
	margin:0 auto;
	display:flex;
	justify-content: center;
}
.form .btn_col li:nth-child(2) {
	margin:0 0 0 20px;
}
.form .btn {
	width:150px;
	background:#b475ff;
    border:1px solid #b475ff;
	color:#fff;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	cursor:pointer;
	transition: all 0.3s ease-in-out 0s;
	font-size:14px;
	letter-spacing:0.2em;
    border-radius:0.5em;
}
.form .btn2 {
	width:100%;	
}
.form .btn:hover {
	background:#fff;
	color:#000;
}