/* ログイン CSS */

form {
	margin-bottom: 10em;
}

table {
	width: 50%;
}

input[type=submit] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

table input[type=text],
table input[type=password] {
	width: 100%;
}
