.body {
	background-color: #9fafc4;
}
.kanintouroku {
    width: fit-content;
    margin: 50px auto 20px;
    background-color: #f39700;
    border-radius: 10px;
}
.kanintouroku p {
    color: #fff;
    font-weight: bold;
    padding: 15px 50px;
    font-size: 16px;
}
.touroku_after a {
    font-size: 14px;
    text-decoration: underline;
}
.touroku_after {
    text-align: center;
    color: #fff;
}
.login_margin_top {
    margin-top: 75px;
}
.login_title {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.input_box div img {
    width: 100%;
}
.input_box {
    display: flex;
    align-items: center;
	width: 25%;
    margin: 20px auto 0 auto;
    justify-content: space-between;
}
.input_box div {
    width: 7%;
}
.login_input, .login_input2 {
    background-color: #fff;
    width: 88%;
    height: 40px;
    font-size: 14px;
    padding: 0px 10px;
    border-radius: 10px;
}
.err_text {
    color: #e61e19;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    line-height: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.login_button {
    width: fit-content;
    margin: 50px auto 10px auto;
    background-color: #f39700;
    border-radius: 10px;
}
.login_button p {
    color: #fff;
    font-weight: bold;
    padding: 10px 40px;
    font-size: 16px;
}

.pass_forgot a {
    font-size: 14px;
    text-decoration: underline;
}
.pass_forgot {
    clear: both;
    text-align: center;
    color: #fff;
    float: none;
    margin-right: 0px;
    padding-bottom: 0px;
}


@media screen and (max-width: 1024px) {
.kanintouroku {
	width: fit-content;
    margin: 14vw auto 3vw;
	background-color: #f39700;
	border-radius: 5vw;
} 
.kanintouroku p {
	color: #fff;
	font-weight:bold;
	padding: 6vw 13vw;
	font-size: 3.8vw;
}
.touroku_after {
	text-align: center;
	color: #fff;
}
.touroku_after a {
	font-size: 3.5vw;
	text-decoration: underline;
}
.login_margin_top {
	margin-top: 22vw;
}
.login_title {
	text-align: center;
	color: #fff;
	font-size: 3.8vw;
	font-weight: bold;
}
.input_box {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 4vw auto 0 6vw;
    justify-content: space-between;
}
.input_box div {
	width: 6.5%;
}
.input_box div img {
	width: 100%;
}
.login_input, .login_input2 {
	background-color: #fff;
	width: 89%;
	height: 9vw;
	font-size: 3vw;
	padding: 0px 3vw;
	border-radius: 1.5vw;
}
.login_input::placeholder {
	color: #b4b5b5;
}
.login_input2::placeholder {
	color: #f39700;
}
.login_input2 {
	color: #f39700;
}
.login_button {
    width: fit-content;
    margin: 6vw auto 1vw auto;
    background-color: #f39700;
    border-radius: 3vw;
} 
.login_button p {
    color: #fff;
    font-weight: bold;
    padding: 3vw 24.3vw;
    font-size: 3.8vw;
}
.pass_forgot {
	clear: both;
	text-align: center;
	color: #fff;
	float: right;
	margin-right: 10vw;
	padding-bottom: 10vw;
}
.pass_forgot a {
	font-size: 3vw;
	text-decoration: underline;
}
.err_text {
    color: #e61e19;
    margin-top: 2vw;
    font-size: 3vw;
    text-align: center;
    line-height: 4.5vw;    
    padding-left: 20px;
    padding-right: 20px;
}
.back_left div:active, .kanintouroku:active, .touroku_after a:active, .pass_forgot a:active, .login_button:active {
	opacity: 0.6;
}
input::-webkit-input-placeholder {
    padding-top: 1vw;
}
.back_left_b div{
    border: 0.4vw solid #fff !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
}
}