@charset "UTF-8";

html, body {
	height: 100%;
}

div.background {
	min-height: 100%;
	height: 100%;
	max-width: 100%;
	width: 100%;
	background: -moz-linear-gradient(270deg, #1d84b5, #1f295b) !important;
	background: -webkit-linear-gradient(270deg, #1d84b5, #1f295b) !important;
	background: linear-gradient(180deg, #1d84b5, #1f295b) !important;
	background: #1d84b5;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d84b5',
		endColorstr='#1f295b', GradientType=0) !important;
	display: table;
}

.container {
	display: table-cell;
	vertical-align: middle;
}

#loginBox {
	background: rgba(255, 255, 255, .9);
	padding: 50px;
	border-radius: 3px;
	width: 400px;
	margin: 20px auto;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: 100;
	padding-bottom: 70px;
}

#loginBox img {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

li {
	list-style-type: none;
	font-size: 14px;
	line-height: 46px;
	margin-bottom: 20px;
	color: #606060;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input {
	line-height: 20px;
	height: 46px;
	width: 68%;
	padding: 13px 4px;
	background: #fff;
	border: solid 2px #ccc;
	box-sizing: border-box;
	float: right;
	overflow: hidden;
}

input:focus {
	border: 2px solid #1f295b;
}

input::-ms-clear {
	visibility: hidden;
}

input::-ms-reveal {
	visibility: hidden;
}

button {
	line-height: 46px;
	background: #1f295b;
	color: #fff;
	font-size: 14px;
	transition: all 0.3s ease-in-out 0s;
	font-weight: bold;
}

button:hover {
	background: #1d84b5;
}

@media screen and (max-width: 400px) {
	#loginBox {
		padding: 20px;
		width: 280px;
	}
	#loginBox img {
		margin-bottom: 20px;
		width: 70%;
	}
	li {
		margin-bottom: 10px;
		line-height: 20px;
		text-align: left;
		font-size: 12px;
	}
	label {
		width: 100%;
	}
	input {
		width: 100% !important;
		float: none;
	}
}

.btn-new {
	width: 100%;
	background: #1f295b;
	color: #fff;
	font-size: 14px;
	transition: all 0.3s ease-in-out 0s;
	font-weight: bold;
	border: 0px;
}

.boxlogin {
	width: 370px;
	margin: 20px auto;
	text-align: center;
}

.boxlogin div div {
	margin: 0px;
	padding: 0px;
	width: 370px;
	text-align: center;
	line-break: auto;
}

input::placeholder {
	font-size: 12px;
}

input::-webkit-input-placeholder {
	font-size: 12px;
}

input:-moz-placeholder {
	font-size: 12px;
}

input::-moz-placeholder {
	font-size: 12px;
}

input:-ms-input-placeholder {
	font-size: 12px;
}

.lab {
	font-size: 12px;
	line-height: 46px;
	height: 46px;
	color: #606060;
}

.form-item {
	margin-bottom: 20px;
}

.dialog-off-canvas-main-canvas {
	height: 100%;
}

.user-login-form label {
	font-size: 12px;
	line-height: 46px;
	height: 46px;
	color: #606060;
}

.user-login-form .js-form-item.form-item.js-form-type-checkbox.form-item-persistent-login.js-form-item-persistent-login
	{
	text-align: right;
	display: block;
}

.user-login-form input#edit-persistent-login {
	display: none;
}

.user-login-form label.option {
	display: inline-block;
	width: 100%;
	margin: -8px 20px -8px 0;
	vertical-align: middle;
	padding: 0 24px;
	background: url(../img/checkbox.png) 95px center no-repeat transparent;
	background-size: 18px;
}

.user-login-form input.form-submit {
	width: 100%;
	background: #1f295b;
	color: #fff;
	font-size: 14px;
	transition: all 0.3s ease-in-out 0s;
	font-weight: bold;
	border: 0px;
}

/**
 * パスワードを再設定（機能自体は norenewpass モジュールで殺してある）
 */
.request-password-link {
	display: none;
}

::-webkit-input-placeholder {
	font-size: 12px !important;
}

:-moz-placeholder {
	font-size: 12px;
}

::-moz-placeholder {
	font-size: 12px;
}

:-ms-input-placeholder {
	font-size: 12px;
}