body{
	background-color: #f3f5f7;
	background: #f3f5f7 url(../image/login-bg.png);
	background-size: cover,1024px;
}
.login-container .row{
	margin-left:8px;
    margin-right:8px;
    background-color: rgba(255,255,255,.85);
    -webkit-box-shadow: 0 1px 2px rgba(193,208,214,.05);
    box-shadow: 0 0 10px rgba(168,190,210,.5);
}
.wrapper{
	overflow: hidden;
	min-height: 100vh;
	    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.logo-block{
	min-height: 580px;
	display: flex;
	align-items: center;
}
.form-block{
	min-height: 580px;
	display: flex;
	align-items: center;
}
.register.form-block a{
	color: #EF5568;
}
.register.form-block .radio a{
	color: #353630;
	text-decoration: underline;
}
.login-container{
	z-index: 2;
	width: 750px;
}
.login-block{
	text-align: center;
	    margin: 0 auto;

}
.register.form-block{
	min-height: 450px;
	display: block;
}
.register-end.form-block{
	min-height: 450px;
	display: flex;
}
.register-end.form-block .login-btn{
	margin-top: 0;
}
.register .login-block{
	margin-right: 0;
	margin-top: 20px;
}
.register.logo-block{
	min-height: 80px;
	margin-top: 30px;
}
.register.form-block .login-btn{
	margin-top:0px;
	border:0;
}
.register .product_name{
	padding-top: 12px;
}
.product_name{
	font-weight: bold;
	color: #EF5568;
	text-align: center;
	font-family: Avenir Next,"Helvetica", "Noto Sans TC", "Roboto", "Arial", sans-serif;;
	padding-top: 22px;
	font-size: 18px;
}
.login-input{
	border: 0px;
	background:transparent;
	border-bottom: 1px solid #bbb;
	line-height: 40px;
	font-weight: 400;
	width: 280px;
	margin-bottom: 30px;
}
.captcha .login-input{
 width: 198px;
 float: left;
}
#captcha{width:68px;}
#authhint{right:80px;display: none}
#authimg{
	float:left;
	width:60px;
	margin: 11px;
}
/* 輸入欄位Focus */
.login-block input::-webkit-input-placeholder, .login-input textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.login-block input:-moz-placeholder, .login-input textarea:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.login-block input[type="text"]:focus,
.login-block input[type="password"]:focus,
.login-block input[type="email"]:focus,
.login-block input[type="url"]:focus,
.login-block input[type="date"]:focus,
.login-block input[type="month"]:focus,
.login-block input[type="time"]:focus,
.login-block input[type="datetime"]:focus,
.login-block input[type="datetime-local"]:focus,
.login-block input[type="week"]:focus,
.login-block input[type="number"]:focus,
.login-block input[type="search"]:focus,
.login-block input[type="tel"]:focus,
.login-block input[type="color"]:focus,
.login-block select:focus,
.login-block textarea:focus {
    outline: 0;
    border-bottom: 1px solid #999;
}


.login-block input:focus::-webkit-input-placeholder{
    color: #6D6D6D;
}
.login-block input:focus:-moz-placeholder {
    color: #6D6D6D;
    opacity: 1;
}
.login-block input:focus::-moz-placeholder {
    color: #6D6D6D;
    opacity: 1;
}
.login-block input:focus:-ms-input-placeholder{
	color: #6D6D6D;
}
.login-block button[type="login"]:focus{
	outline: 0;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.lan {
	color: #EF5568;
	position: absolute;
	top:30px;
	right: 36px;
	z-index: 2;
}
.lan a{
	color: #EF5568;
}
.lan .dropdown-menu>li>a{
	line-height: 2rem;
}
.lan .login-input{
	color: #EF5568;
	width: auto;
	height: auto;
	margin-bottom: 0;
    border-bottom: 0;
}
.back{
	display: inline-block;
	width: 280px;
	font-size: 1rem;
    font-weight: 400;
    color: #EF5568;
	line-height: 44px;
}
.back:hover{
	color:#D33E50; 
}
.login-btn{
	color: #fff;
	background-color: #EF5568;
	width: 280px;
	height: 44px;
	margin-top: 20px;
}
.login-btn:hover{
	color: #fff;
	background-color: #E34F61;
}
.login-btn:visited,.login-btn:active{
    color: #FFf;
}
.line-btn{
	border: 1px solid #EF5568;
	background-color: transparent;
	color: #EF5568;
}
.line-btn:hover{
	color: #E34F61;
	border-color: #E34F61;
	background-color: transparent;
}

.license {
	bottom: 0;
	width: 100%;
	margin: 26px 0;
	color: #a0a0a0;
	font-size: 12px;
	font-weight: 400;
	letter-spacing:0.02em;
	z-index: 2;
}
.privacy{
	text-align: right;
}
.input-container{
	position: relative;
    box-sizing: border-box;
    width: 280px;
    margin: 0 auto;
    display: flow-root;
}

.login-block .label-text {
    position: absolute;
    top: -3px;
    left: 0;
    padding: 8px 0px;
    color: #bbb;
    /*font-size: 13px;*/
    font-weight: 400;
    pointer-events: none;
    transition: all 0.3s;
    font-size: 0.9rem;
	color: #4A4A4A;
	transform: translate(0px,-20px);
}
.login-block .label-text span{
	font-size:0.8rem;
	color: #999;
}
.login-block .label-text.is-active{
	font-size: 0.9rem;
	color: #4A4A4A;
	transform: translate(0px,-20px);
}

.login-check{
	/*text-align: left;*/
	/*margin-left: 32px;*/
}
.login-check .radio{
	padding-left: 26px;
	cursor: default;
	margin:4px 0;
}
.login-check .radio .show-box{
	position: absolute;
	top: 2px;
	left: 0;
}
@media (max-width: 320px) {
	.login-input{
		width: 280px;
	}
	.login-block{
		width: 290px;
	}
	.login-btn{
		width: 290px;
	}
	.license{
		margin-top:20px;
	}
	.privacy{
		margin-bottom: 20px;
	}
	.register.form-block .login-block .col-sm-6{
		padding-left:0; 
		padding-right: 0;
	}
}
@media (max-width: 414px) {
	
}
@media (max-width:767px){
	.logo-block{
		min-height: 200px;
	}
	.logo-block img{
		margin-top: 42px;
	}
	.form-block{
		display: block;
		min-height: 360px;
	}
	.login-block{
		margin: 0 auto;
	}
	.license,.privacy{
		text-align: center;
	}
	.privacy{
		padding-top: 12px;
	}
	.register.form-block{
		min-height: 780px;
	}
	.register.logo-block{
		min-height: 160px;
		margin-top: 10px;
	}
	.privacy{
		margin-bottom: 20px;
	}
	.back{
		margin-bottom: 20px;
	}
	.login-check .radio{
		margin-top: 16px;
	}
}
.pretty-select {
  /*移除箭頭樣式*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*改變右邊箭頭樣式*/
  /*background: url("arrow.png") no-repeat right center transparent;*/
  
  border:0px;
  /*width:100%;*/
  height:43px;
  padding-left:2px;
  /*padding-right:40px;*/
  background-color:transparent;;
  border-bottom: 1px solid #bbb;
  border-radius: 0;
  color:#333;
}

.arrow::before {
	right: 6px;
	position: absolute;
	font-size: 12px;
    top: 12px;
    color: #ccc;
	speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-family: 'icomoon' !important;
    content: "\e923";
}

/*IE隱藏箭頭樣式*/
.pretty-select::-ms-expand { 
  display: none; 
}

.pretty-select:focus{
  /*box-shadow: 0 0 5px 2px #467BF4;    */
}



.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\e910";
  font-family: 'icomoon';
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 6px;
}
.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}
