/* CSS Document */

  #wrapper_index{
  	width:100%;
    height:100%;
    overflow:hidden;
    text-align:center;
    background-image:url(../images/login/login_bg.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;
	}
  
  .loginbox{
  	padding:100px 10px 0 10px;
  }
  
  
  .login_title{
  	color: #fff;
    font-size: 45px;
    font-weight: 700;
    background: #005bbb54;
    padding: 10px;
    margin: 60px 0 30px 0;
  }
  
 #name{
	display:inline-block;
	margin:0 auto;
	overflow:hidden;
 }

 #name h2{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }
  
 #name ul{
    background: rgba(10, 185, 188, 0.65);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#400ab9bc,endColorstr=#400ab9bc);
    border: 1px solid rgb(133, 245, 255);
    overflow: hidden;
    display: inline-block;
    padding: 30px;
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    width: 413px;
    border-radius: 10px;
 }
 
 #name li+li{
 	padding-top:15px;
 }
 
 
 #name label{ 	
 	padding-right:5px;
 	line-height:30px;
 }
 
 .login_btn{
  	background: #67bd19;
    color: #fff;
    padding: 10px 65px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #6cce13;
    font-family: Arial, "Microsoft JhengHei","DFKai-SB", sans-serif;
    font-size: 15px;
    float: right;
  }

  .login_btn+.login_btn{
    margin-right: 10px;
  }
  
 .login_btn:hover {
    background: #529417;
    border-color: #62ab20;
	}
  input.InputText {
    height: 30px;
    width: 300px;
    padding-left: 10px;
    color: black;
  }
  
  a.downloadApp {   
    color: #fff;
    padding: 10px 18px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #fff;
    font-family: Arial, "Microsoft JhengHei","DFKai-SB", sans-serif;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    margin-top: 11px;
   
}

a.downloadApp:hover{
	background: #6FCC1B;
    border-color: #67BD19;
}


a.autoLogin{
	background: #1BB39E;
    color: #fff;
    padding: 13px 56px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #15A38F;
    font-family: Arial, "Microsoft JhengHei","DFKai-SB", sans-serif;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    margin-top: 20px;
    float: right;
}

a.autoLogin:hover{
	background: #148878;
    border-color: #0E675B;
}

@media (max-width: 891px) {
	.loginbox{
		box-sizing: border-box;
		padding: 30px 10px 10px 10px;
	
	}
	.login_logo img{
		width: 100%;
		height: auto;
	}
	
}

@media (max-width: 413px) {
	#name ul{
		width: 100%
	 }
	input.InputText{
		width: 100%;
	}
	 .login_btn,a.autoLogin{
		float: none;
		width: 100%;
		margin: 0;
		padding: 13px 10px;
	}

	a.downloadApp{
		margin-bottom: 20px;
	}
}

.checkEye {
  position: sticky;
  top: -40px;
  right: -355px;
  transform: translateY(-160%);
}
 