@charset "utf-8";
/* CSS Document */
.wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 45px;
}
.main {
	width: 420px;
}
.wrapper {
}
.copyright a {
    font-size: 1.3rem;
}
.copyright a:hover{
	color: #fff;
}
h1 {
	font-size: 3rem;
	color: #488f6b;
	font-weight: 100;
	line-height: 1.2;
	margin-bottom: 30px;
	letter-spacing: 2px;
	text-align: center;
}
h1 span{
	position: relative;
     padding-left: 2rem;
}
h1 span::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 6px;
     height: 6px;
     border: solid 2px #488f6b;
     border-radius:100%;
}
.logo img {
	display: block;
	width: 120px;
	height: auto;
	margin: 0 auto 30px auto;
}
/*h1:before {
	margin: -3px 3px 0 0;
	content: " ";
	display: inline-block;
	width: 110px;
	height: 36px;
	background: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}*/
.system_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.login {
	width: 320px;
	margin: 0 auto;
}
.login ul {
}
.login ul li {
	display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.login_title {
	font-size: 1.5rem;
	color: #000;
}
.login ul li input {
	flex-grow: 1;
    height: 36px;
    font-size: 1.6rem;
    padding: 5px;
    outline: none;
}
.login ul li input:focus{
	background-color: transparent;
}
img.captcha {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border: 1px solid #333;
}
.login ul li input.captcha_input {
	width: 30%;
	flex-grow: 0;
	display: inline-block;
}

.login_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}
.login_btn a{
	width: 100%;
	padding: 10px 20px;
	/*margin-bottom: 25px;*/
}
.login_btn:hover{
	animation: flashBG 1s;
}
.select_system a{
	margin: 25px 0;
}
.forget_pw{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	/*margin-right:20px;*/
}
.forget_pw a {
	font-size: 1.4rem;
	transition: all 0.4s;
}
.forget_pw a:before {
	margin: -3px 3px 0 0;
	content: " ";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/forget_pw.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	transition: all 0.4s;
}
.forget_pw a:hover:before{
	background: url(../images/forget_pw_o.png);
	background-size: contain;
}
.go_back{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.go_back a {
	font-size: 1.5rem;
}
.go_back a:before {
	margin: -3px 3px 0 0;
	content: " ";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.btn_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
}
.login_wrap{
	border: 2px solid #84e3dc;
	background-color: rgba(213,255,252,0.5);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow: rgba(0,0,0,0.12) 0px 6px 16px;
	padding: 30px;
}
.item_inputbox{
	font-size: 1.5rem;
}
label.toggler_r{
	margin-top: 0px;
}
a.reload{
	font-size: 1.3rem;
	margin-right: 5px;
	text-decoration: underline;
}
a.field-icon {
	width: 16px;
	height: 16px;
	background-image: url("../images/view.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

a.field-icon-slash {
	width: 16px;
	height: 16px;
	background-image: url("../images/hidden.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.field-icon {
	float: right;
	margin-top: 0px;
	margin-left: 5px;
	position: relative;
	z-index: 2;
}

.field-icon-slash {
	float: right;
	margin-top: 0px;
	margin-left: 5px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 576px) {
h1 {
	line-height: 1.2;
    font-size: 3rem;
    font-weight: 600;
}
.main {
	width: 100%;
	padding: 10px 10px 56px 10px;
}
.system_btn a {
	width: 80%;
}
footer{
	margin-top: -56px;
    height: 56px;
}
.login_wrap {
     border: 0px solid #bbb; 
     background-color: transparent; 
     -webkit-border-radius: 12px; 
    -moz-border-radius: 12px;
     border-radius: 12px; 
     box-shadow: rgb(0,0,0,0) 0px 0px 0px; 
     padding: 0px; 
}
}
