/*
 * General styles
 */
body, html {
	font-family: "Avenir", "Segoe UI", "Meiryo", "メイリオ", "Meiryo UI", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Roboto", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background-repeat: no-repeat;
	background: #FFF;
}

#title_img {
	display: block;
	width: 330px;
	margin: 0 auto;
	margin-bottom: -20px;
}

.card-container.card {
	max-width: 350px;
}


.sbc_field { ime-mode: disabled; }

.btn {
	font-weight: 700;
	height: 36px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: default;
}

/*
 * Card component
 */
.card {
	background-color: #FFFFFF;
	padding: 20px 25px 30px;
	margin: 0 auto 25px;
	margin-top: 50px;
}

.profile-img-card {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0;
	min-height: 1em;
}

.reauth-email {
	display: block;
	color: #404040;
	line-height: 2;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	ime-mode: disabled;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
	direction: ltr;
	height: 44px;
	font-size: 16px;
	padding-left: 10px;
	border: 1px solid #bbb;
	ime-mode: disabled;
	font-family: "Avenir", "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "Meiryo UI", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Roboto", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin .form-control:focus {
	border-color: rgb(104, 145, 162);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
	background-color: #444;
	padding: 0px;
	font-weight: normal;
	font-weight: 400;
	font-size: 18px;
	color: #FFF;
	height: 36px;
	height: 50px;
	padding: 10px 20px 10px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-o-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-webkit-transition: all 0.218s;
	transition: all 0.218s;
	cursor: pointer;
	margin-top: 20px;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
	background-color: #666;
}

.forgot-password {
	color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
	color: rgb(12, 97, 33);
}

.error {
	margin: 15px 24px;
	background: #FFFFF4;
	padding: 10px 15px;
	border: 1px solid #FFCC00;
}

.form-signin #remember {
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 15px;
	color: #888;
}

.btn {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	color: #333333 !important;
	font-size: 14px;
	background: #ffffff;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	height: auto !important;
	cursor: pointer;
	color: #FFF !important;
	height: 45px;
	font-weight: normal;
	font-family: "Avenir", "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "Meiryo UI", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Roboto", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;

	background: #666;
}

.secureseal {
	margin: 0px auto;
	max-width: 430px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #CCC;
	text-align: right;
	display: block;
	border: none;
	margin-top: -10px;
}
.secureseal img {
	width: 100px;
}




/* ----------------------------------------- */
/* responsive */
/* ----------------------------------------- */
@media only screen and (max-width: 768px) {
	#title_img {
		width: 100%;
	}
	.card-container.card {
		max-width: 100%;
	}

}


