@CHARSET "utf-8";

#login_input_area,
#top_contents {
	background: #ebebeb;
}

#top_login_area {
	width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#login_wrap {
	width: 500px;
	/*
	height: 430px;
	*/
	display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 6px #00000029;
	background: #fff;
	border-radius: 10px;
	font-family: Meiryo;
	position: relative;
	padding: 50px 0;
}

#password_wrap {
	width: 600px;
	height: 430px;
	display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 6px #00000029;
	background: #fff;
	border-radius: 10px;
	font-family: Meiryo;
	position: relative;
}

#resetting_wrap {
	width: 750px;
/*	height: 700px;*/
	display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 6px #00000029;
	background: #fff;
	border-radius: 10px;
	font-family: Meiryo;
	position: relative;
	padding: 50px 0;
}

#login_content {
	width: 350px;
}

#password_content {
	width: 480px;
}

#resetting_content {
	width: 670px;
}

#login_title {
	color: #00A9E0;
	display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin: 0 0 10px;
    font-family: Bahnschrift;
}

#title_left {
	margin: 0 5px 0 0;
    font-size: 32px;
}

#title_right {
	margin: 0 0 0 5px;
    font-size: 48px;
    font-weight: bold;
}

table td p {
	font-size: 18px;
}

input[type="text"], input[type="password"] {
    height: 40px;
    background-color: #fff !important;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    padding: 10px 5px;
	font-size: 16px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #000 !important;
}

.top_btn,
.login_btn,
.passkey_btn {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
    background: #00A9E0;
    border-radius: 5px;
    border: unset;
    padding: 5px;
    cursor: pointer;
    display: inline-block;
}
.passkey {
	position: absolute;
	bottom: 5px;
	left: 15px;
}

.reset_password {
	position: absolute;
	bottom: 5px;
	right: 15px;
}
.passkey a,
.reset_password a {
	color: #333;
	font-size: 14px;
}

.other_login {
	margin: 20px auto 0;
	padding: 20px 0 0;
	text-align: center;
	border-top: solid 1px #555555;
}

.two_factor_wrapper {
  min-height: 100vh;
  box-sizing: border-box;
  font-size: 12px;
  background-color: #F7F7F7;
}

.two_factor_wrapper h1 {
	background-color: #00A9E0;
	text-align: center;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0;
}

.two_factor_contents {
/*  padding: 80px 0 20px;*/
}

.two_factor_contents *:not(input[type=button]) {
	line-height: 1.4;
}

input[type="text"].authkey {
	font-size: 20px;
	padding: 5px;
	line-height: 36px;
	height: 36px;
	width: 170px;
}

.two-factor-note {
	padding: 0 0 0 5px;
}

.two-factor-note li {
	list-style-type: disc;
	list-style-position: inside;
}


.copyright {
	width: 500px;
	text-align: left;
	padding: 5px;
}

.error {
	font-size: 1.4rem;
}
