html, body{
	font-family: sans-serif;
}
.wrapper{
	display: block;
	width: auto;
}
.bg{
	position: relative;
	height: 380px;
	background: url(/local/admin.adwiser.kr/mod/img/login_bg.jpg) no-repeat 50% 50%/cover;
}
.bg_overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,#008ad8,#009ef7);
	opacity: 0.9;
}
.bg_shape{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.bg_shape svg{
	width: 100%;
	fill: #fff;
}
.wrapper .container{
	display: block;
	position: absolute;
	left: 0;
	top: 95px;
	width: 100%;
	padding: 0;
}
.wrapper .container .logo{
	margin: 0;
	text-align: center;
}
.wrapper .container .logo img{
	height: 30px;
	margin: 0 0 20px;
}
.wrapper .container .logo p{
	font-size: 15px;
	color: rgba(255,255,255,0.6);
}

.wrapper .container .contentsbottom_bg{
	position: absolute;
	left: 50%;
	top: 135px;
	width: 448px;
	height: auto;
	border: 1px solid #e9ebec;
	border-radius: 15px;
	background: #fff;
	transform: translate(-50%,0);
}
.wrapper .container .contentsbottom_bg .contentsbottom{
	padding: 30px 0;
	text-align: center;
}
.text_1{
	padding: 0 0 10px;
	font-size: 17px;
	font-weight: 700;
	color: #009ef7;
}
.text_2{
	padding: 0 0 30px;
	font-size: 14px;
	color: #888;
}
.wrapper .container .contentsbottom_bg .contentsbottom .tf{
	width: 360px;
	height: 46px;
	margin: 0 0 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: none;
	font-size: 13px;
	text-indent: 10px;
	outline: 1px solid rgba(51,144,230,0.3)
}
.wrapper .container .contentsbottom_bg .contentsbottom .button{
	position: static;
}
.wrapper .container .contentsbottom_bg .contentsbottom .button a{
	display: block;
	width: 360px;
	height: 46px;
	margin: 0 auto;
	border-radius: 3px;
	background: #50cd89;
	font-size: 16px;
	font-weight: 600;
	line-height: 46px;
	color: #fff;
	text-decoration: none;
}