@charset "UTF-8";

p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.helper-txt {
	font-size: 12px;
	color: rgba(0, 0, 0, .6);
}

.login-all-body {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	line-height: 1.5em;
	background: #457fca;
	background: -moz-linear-gradient(top, #5691c8, #457fca);
	background: -webkit-linear-gradient(top, #5691c8, #457fca);
	background: linear-gradient(to bottom, #5691c8, #457fca);
}

.login-wrapper {
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26);
}

.login-err-msg {
	color: #d50000;
}

.login-label {
	color: #757575;
	transition: 0.3s;
}

.form-control:focus {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.login-input-text {
	background-color: #f8f8f8;
	height: 45px;
}

.system-name {
	color: #fff;
}

/* ボタン ============================== */
.signup_btn {
	display: inline-block;
	background-color:#457fca;
	color: #FFF;
	font-size: 1em;
	line-height: 2.5;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding: 0.1em 2em;
	border-radius: 3px;
	cursor: pointer;
	border: none;
	box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.26);
	transition: .3s ease-out;
}

.return_btn {
	display: inline-block;
	background-color:gray;
	color: #FFF;
	font-size: 1em;
	line-height: 2.5;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding: 0.1em 2em;
	border-radius: 3px;
	cursor: pointer;
	border: none;
	box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.26);
	transition: .3s ease-out;
}

.signup_btn:hover {
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.14), 0 3px 8px 0 rgba(0, 0, 0, 0.12), 0 4px 4px -3px rgba(0, 0, 0, 0.2);
}

.signup_btn i {
	padding-right: 8px;
}

.signup_btn:focus {
	outline: none;
}

.login-return {
	color: #fff;
}

.login-return:hover {
	color: #ececec;
	text-decoration: none;
}

/* ラベル ============================== */
.required-txt {
	color:#d32f2f;
}
.ethna-error {
	color:#d32f2f;
}

.link-availabirity{
	font-weight: bold;
	color:#d32f2f;
}