@charset "utf-8";

main {
	padding: 65px 0 0 0;
}

h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #0F4B8F;
	position: relative;
	text-align: center;
	margin: 40px;
}
h4 > span {
	font-size: 20px;
	margin-left: 14px;
}

/* login */
.submit {
	padding: 80px 0;
}
.submit.login {
	padding: 10px 0;
}
.submit.password {
	padding: 10px 0 80px;
}
table.login,
table.email {
	width: 400px;
	margin: 0 auto 30px;
}
table.login tr th,
table.email tr th {
	padding: 3px 5px;
	text-align: left;
	background-color: #666;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 80px;
	text-align: center;
}

table.login tr:first-child th {
	border-radius: 6px 0 0 0;
}
table.login tr:last-child th {
	border-radius: 0 0 0 6px;
}
table.login tr:first-child td {
	border-radius: 0 6px 0 0;
}
table.login tr:last-child td {
	border-radius: 0 0 6px 0;
}
table.email tr th {
	border-radius: 6px 0 0 6px;
}
table.login tr th img,
table.email tr th img {
	vertical-align: text-bottom;
}
table.email tr td {
	border-radius: 0 6px 6px 0;
}

table.login tr td,
table.email tr td {
	padding: 4px;
	background-color: #eee;
	border-bottom: 1px solid #fff;
}
table.login tr td input,
table.email tr td input {
	padding: 4px 8px;
	border: none;
	font-size: 16px;
	line-height: 1;
	height: 40px;
	background-color: transparent;
	width: 96%;
}
table.login tr td input::placeholder,
table.email tr td input::placeholder {
	color: #999;
}
table.login tr td input:focus,
table.email tr td input:focus {
	outline: none;
}

/* login message */
p.login-message {
	text-align: center;
	margin-bottom: 12px;
	line-height: 1.5;
}

/* password message */
p.password-msg {
	margin-bottom: 12px;
	text-align: center;
	line-height: 1.5;
}

/* online msg */
main .online-msg {
	text-align: center;
	margin: 30px 0 40px;
}
main .online-msg a {
	color: #2196f3;
	text-decoration: none;
}
main .online-close-msg {
	text-align: center;
	margin: 70px 20px;
	font-size: 16px;
	line-height: 1.4;
}

/* login error */
.login-error {
	text-align: center;
	color: #f00;
}
a.back {
	width: 200px;
	height: 60px;
	margin: 0 20px;
	font-size: 25px;
	line-height: 1;
}

.email-error-message {
	margin: -10px 0 10px 0;
	text-align: center;
	color: #f00;
}

p.error-message-top {
	color: #f00;
	font-size: 14px!important;
	font-weight: bold!important;
	background-color: #ffecec;
	text-align: center!important;
	padding: 20px 0px;
	margin: 12px 0!important;
	border-bottom: 3px double #ce0807;
	border-top: 3px double #ce0807;
}
