@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

*{
	font-family: Univers, Helvetica, Arial, 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
	box-sizing: border-box;
}
html,body{
	width: 100%;
	height: 100vh;
	background: url(../images/login-2.jpg) 50% 50% no-repeat;
	background-size: cover;
	overflow: hidden;
}
main{
	width: 100%;
	height:calc(100% - 100px);
	position: relative;
}

.login-sec{
	width: 400px;
	height: 390px;
	background: #FFF;
	border-radius: 15px;
	position: absolute;
	left: calc(50% - 200px);
	top: calc( 50% - 180px);
	padding: 15px;
}
.login-sec > img{
	width: 80%;
	margin: 0 auto;
}
.login-sec h3{
	font-size: 23px;
	margin-bottom: 20px;
}
input{
	border: #ccc 1px solid;
}

.input-group{
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}

.input-group > input{
	height: 40px;
	line-height: 40px;	
	border-radius: 0 4px 4px 0;
}

.input-group > img{
	margin-left: 1em;
}
.form-control{
	height: 40px;
	line-height: 40px;
}

.resetCode{
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #0A0;
	margin-left: 1em;
}

input[maxlength="6"] {
  width: 6em;
}

.check-number {
	width: 150px !important;
}

footer{
	height: 100px;
	background-color: hsla(0, 0%, 95%, 1);
	text-align: center;		
	position: relative;	
}
.copyright{
	line-height: 100px;
	background: #f5f4e9;
}
