.form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}

/* */
/* .disabled {
	display: none;
} */

.new {
	margin-bottom: 12px;
}

label.error {
	color: #EE5F5B;
	font-size: 12px;
	display: inline-block;
	padding-left: 8px;
}

#authMessage.message {
	color: #EE5F5B;
}

footer p {
	text-align: center;
}

.cake-sql-log {
	font-size: 10px;
	margin: 22px auto;
	text-align: center;
	color: #ccc;
}

body,
button,
input,
select,
textarea {
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
		"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body>.container {
	margin-top: 60px;
	margin-bottom: 50px;
}

.pagination .current a {
	background-color: #f5f5f5;
}

.text-right {
	text-align: right !important;
}