#main_wrap {
	display: block;
}

.login {
	width: 455px;
	max-width: 100%;
	margin: 165px auto 0;
}

input::-webkit-input-placeholder { padding-top: 0.1em; }

@media screen and (max-width: 767px) {
	.login {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 500px) {
	.login {
		padding: 0 3%;
	}
}
@media screen and (max-width: 460px) {
	.login {
		width: 100%;
	}
}

.btn-area {
	text-align: center;
}

.btn-area button {
	width: 100%;
	margin-bottom: 20px;
}
.btn-area a {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	font-size: 1.4rem;
}
.account_rock::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 21px;
	background: url(/assets/img/hospital_admin/acount_rock.png) no-repeat;
	background-size: contain;
	margin-right: 6px;
}

.read-4.mb20 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.read-4 a.icon_1 {
	font-size: 14px;
	display: inline-block;
}

.read-4 a.icon_1 span {
	display: flex;
	align-items: center;
	font-weight: normal;
}

.read-4 a.icon_1 .new_member_ab::before {
	content: '';
	background-image: url(/assets/img/global/h_icon_1.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 2.6rem;
	height: 2.6rem;
}

.login_form.bgc-6 a {
	text-decoration: none;
	display: inline-block;
	color: #333333;
}

.login a:hover {
	opacity: .8;
}

.new_member_ab:hover,
.login_form.bgc-6 .account_rock:hover {
	text-decoration: underline;
}

footer {
	margin-top: 165px;
}


@media screen and (max-width: 767px) {
	footer {
		margin-top: 0;
	}
	.read-4 a.icon_1 .sm_display {
		display: none;
	}
	.login_form.bgc-6 a.icon_1 {
		display: flex;
		margin-top: 16px;
		justify-content: center;
		margin-right: 0;
	}
	.btn-area {
		display: block;
	}
	.btn-area button,
	.btn-area a {
		width: 100%;
		border-radius: 30px;
	}
	.btn-area button {
		margin-bottom: 3%;
	}
	.account_rock::before {
		display: none;
	}
	.account_rock {
		background-color: #eeeeee;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.6rem;
		font-weight: bold;
		color: #767676;
		text-align: center;
		vertical-align: middle;
		border: 1px solid transparent;
		padding: 15px 10px;
		line-height: 1.5;
		transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	}
}


@media screen and (min-height: 875px) and (min-width: 768px) {
	body {
		min-height: 100vh;
	}
	footer {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
	}
}
.icon_02::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 26px;
	background-image: url(../../img/global/h_icon_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
	margin-right: 6px;
}