@charset "utf-8";
/* CSS Document */

/* login */
body #wrap.login {
	width:100%;
	min-width: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #00b550;
    background: -moz-linear-gradient(left, #00b550 0%, #008b93 100%);
    background: -webkit-linear-gradient(left, #00b550 0%,#008b93 100%);
    background: linear-gradient(to right, #00b550 0%,#008b93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b550', endColorstr='#008b93',GradientType=1 );
    background-attachment:fixed;
    background-size:cover;
    z-index: 0;
}

#wrap .login-wrap {
    position: relative;
    width: 370px;
    padding: 70px 40px 90px;
    border-radius: 100px 0;
    background: #fff;
    box-shadow: 0px 0px 17px 6px rgb(0 0 0 / 15%);
}
#wrap .login-wrap form{}
#wrap .login-wrap form:after{display:block; clear:both; content:"";}
#wrap .login-wrap h1{
    text-align: center;
}
#wrap .login-wrap h1 img{}
.text-wrap{
    margin-top: 30px;
    padding: 15px 5px;
    border: 1px solid #e1e1e1;
    background: #f6f6f6;
}
.text-wrap .list{}
.text-wrap .list li{
	position:relative;
	padding-left: 25px;
	line-height: 170%;
}
.text-wrap .list li:after{
	display:block;
	content:"";
	position:absolute;
	top: 50%;
	left: 12px;
	width:4px;
	height:4px;
	margin-top: -2px;
	background:#596c76;
}
#wrap .login-wrap p{}
#wrap .login-wrap span{
    display: block;
    position: relative;
    width: 255px;
    margin: 30px 0;
}
#wrap .login-wrap span input{
	display: block;
	width: 100%;
	height: 38px;
	margin: 10px 0;
	padding: 5px 6px;
	border: 2px solid #e1e8ee;
	border-radius: 8px;
	color: #334150;
	font-size: 16px;
}
#wrap .login-wrap button{
    position: absolute;
    top: 267px;
    right: 40px;
    height: 86px;
    border: 1px solid #008b93;
    background: #008b93;
    color: #fff;
}
#wrap .login-wrap a.btn{
    display: block;
    margin: 0 auto;
    padding: 6px;
    text-align: center;
}


/* join */
#content.join:before{display:none;}
#content.join .container-wide{
    width: calc(100% - 82px);
}