@charset "utf-8";
html,body{height: 100%;}


.main{
	position: relative;
	width: 100%;
	margin: 0;
	background: url(../img/login-bg.svg) no-repeat center top;
	background-size: 100%;
	min-height: calc(100vh - 50px);
}

.errors{
	text-align: center;
	font-size: 12px;
	border-bottom: 20px;
	padding-top: 20px;
}

.main .con{
	position: relative;
	width:1060px !important;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 10px;
	background: url(../img/login-logo1.png) no-repeat 50px center;
	padding-top: 3rem;
}

.main .con h2{
	font-size: .62rem; 
	font-family: AucmaSharpSans;
	text-transform: uppercase; 
	font-weight: bold; 
	text-align: center;
	display: block;
	line-height: 1.2em; 
	margin-bottom: .8rem;
}
.login{
	position: relative;
	margin: .5rem auto 2rem auto;
	width: 450px !important;
	min-width: 340px;
	border-radius: 5px;
	padding: 40px;
	background-color: rgba(255,255,255,1);
	border-radius: .1rem;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0.05rem .3rem rgba(0,0,0,0.1);
}
.login img{
	width: 90px;
	display: block;
	margin: 0 auto;
}
.form-group .form-control{
	height: 60px;
	line-height: 60px;
	background-color: #f1f1f1;
	padding-left: 50px;
	border-radius: 30px;
	margin-bottom: .1rem;
}


		.btn-box {
		  display: flex;
		  align-items:#F6F6F6 center;
		  justify-content: space-around;
		  padding: 20px 0px 10px;
		}
		
		.btn-box .btn{
			width: 260px; 
			cursor: pointer; 
			overflow: hidden; 
			height: 72px; 
			position: relative; 
			line-height: 72px; 
			background: none; 
			margin: 0 auto;
			text-align: center; 
			display: block; 
			font-size: 18px; 
			color: #fff; 
			border-radius: 115px;
		}
		.btn-box .btn span{width: 300%; height: 72px; position: absolute; z-index: 0; right: 0; line-height: 72px; background-image: linear-gradient(273deg,  #D3B264 0%, #D3B264 33%); border-radius: 115px; transition: all 0.3s ease-in-out;}
		.btn-box .btn b{position: relative;}
		.btn-box .btn:hover span{ right: -400px;}
		
		 .icon-01{background: url(/style/img/icon-17.png) no-repeat 23px center; background-size: 16px;}
		 .icon-02{background: url(/style/img/icon-18.png) no-repeat 23px center; background-size: 16px;}
	.link{
		text-align: center;
	}
	.link a{
		display: inline-block;
		margin: 0 20px;
	}
	.link a:hover{
		color: #029ae5;
	}
	
	.window_hide .content{
		width: 340px;
		left: 50%;
		top: 50%;
		padding-top: 50px;
		height: 150px;
		margin-top: -100px;
		margin-left: -170px;
		text-align: center;
	}
	.window_hide .content h3{
		margin-bottom: 15px;
	}
	.window_hide .close{ position: absolute;height: 30px; width: 30px; background: #D70021 url(../img/icon-close.png) no-repeat center center; background-size: 14px; border-radius: 100%; transition: all 0.4s ease-in-out;}
	.window_hide .close:hover{transform:rotate(90deg);}
	
@media screen and (max-width: 768px) {
	
	.main{
		position: relative;
		width: 100%;
		height: 100vh;
		margin: 0;
		background: url(../img/login-bg.svg) no-repeat center top;
		background-size: 100%;
	}
	
	.errors{
		text-align: center;
		font-size: 12px;
		border-bottom: 20px;
	}
	
	.main .con h2{
		padding: 20px 0;
		text-align: center;
		font-size: .42rem;
		padding-bottom: .2rem;
	}


	.main .con{
		position: relative;
		width:100% !important;
		height: 100vh;
		overflow: hidden;
		border-radius: 0px;
		left: 0;
		top: 0;
		background: none;
		transform: translate(0,0);
	}
	.login{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		margin: 0px;
		float: none;
		width: 90% !important;
		padding: .7rem .3rem !important;
		min-width: 90%;
		border-radius: 10px;
		border: 0;
		background: none;
		box-shadow: 0 0 0 rgba(0,0,0,0.2);
	}
	.login img{
		width: 90px;
		display: block;
		margin: 0 auto;
	}
	.login h2{
		padding: 20px;
		text-align: center;
		font-size: 20px;
		letter-spacing: 5px;
	}
	.form-group .form-control{
		height: 50px;
		line-height: 50px;
		padding-left: 40px;
	}
			.btn-box {
			  display: flex;
			  align-items:#F6F6F6 center;
			  justify-content: space-around;
			  padding: 20px 0px 30px;
			}
			

		.link{
			text-align: center;
		}
		.link a{
			display: inline-block;
			margin: 0 20px;
		}
		.link a:hover{
			color: #D70021;
		}
		
		.window_hide .content{
			width: 90%;
			left: 5%;
			top: 50%;
			border-radius: .3rem;
			height: 3rem;
			margin-top: -1.5rem;
			text-align: center;
		}
		.window_hide .content h3{
			margin-bottom: .3rem;
		}
		.window_hide .close{ position: absolute; right:50%; top: auto; bottom: -40px; height: 30px; width: 30px; margin-right: -15px; background: #D3B264 url(../img/icon-close.png) no-repeat center center; background-size: 14px; border-radius: 100%; transition: all 0.4s ease-in-out;}
		.window_hide .close:hover{transform:rotate(90deg);}
}