/*layout*/
html{background:#e2e2e2; font-size: 1.25em; font-weight:bold;}

.nchome-box,.nc-bx{display: flex; flex-direction: column;}
.nchome-box img{max-width: 100%; height:auto;}
.nchome-box{width:381px; margin:20px auto;
 justify-content: center;}
.hlogo{width:65%;}
.nc-bx{margin:auto auto 10px auto ;width:85%;}
.nc-bx span{display: flex; align-items: center; justify-content: flex-start;}
.nc-bx span img{width:12%; margin-right: 10px;}
.nc-bx span{padding:10px 10px 6px 10px;}
.nchtop-box{display:flex;flex-direction: column;align-items: center;}
.nc-bx input[type=text],.nc-bx input[type=password]{
	background: #f4f4f4; height:33px; line-height: 33px; 
	border-radius:5px; text-align: center;font-size: large; font-weight: bold;
}
.nc-bx input[value="重新產生驗證碼"]{
	background:#a09d9d; height: 43px; display: block;
	width:140px;color:#fff; font-size: .8em;
	border-radius: 8px; font-weight: bold;
}
.nchtop-box span#Login_ValidationSummary {
    letter-spacing: 1px;
    font-size: 1em;
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ccc;
	color: #000;
}
/*.nchtop-box span#Login_ValidationSummary:first-letter {
    font-size: inhert;
}*/

.ncbtn-bx
{display:flex; justify-content:space-between; width:290px; margin:10px auto;}
.ncbtn-bx input[value="確定"],.ncbtn-bx input[value="取消"]{
	width:130px; height:45px; border-radius:60px; font-size: .88em; font-weight:bold;
	color:#fff;
}
.ncbtn-bx input[value="確定"]{background:#2e2e2e;}
.ncbtn-bx input[value="取消"]{background:#fe8e46; border-color:#fe8e46;}
img#captcha {
    width: 150px;
}


.nc-linkbx {
    width: 300px;
    display: flex;
    justify-content: space-evenly;
}

.nc-linkbx a {
    display: inline-block;
    font-size: 0.8em;
    color: #fff;
    background: #2d3040;
    padding: 3px 12px 6px 12px;
    width: 98px;
    border-radius: 30px;
    text-align: center;
}

.nc-linkbx a:hover {
    background: aliceblue;
    color: #000;
}

/*media query*/
@media only screen and (max-width:382px){
    .nchome-box{width:95%;}  
}
