body { padding: 0; margin: 0; background: url(../images/BG.jpg) no-repeat; background-size: 100% 100%; font-family: Verdana; }
.login * { box-sizing: border-box; }
.clearfix { clear: both; }
.fl-l { float: left; }
.fl-r { float: right; }
.dis-block { display: inline-block; margin: 0 10px; }

header { padding: 15px; }

.login-box { width: 700px; height: auto; background: rgba(255,255,255,0.5); margin: 50px auto; border: 1px solid #fff; border-radius: 7px; padding: 10px 30px 10px; text-align: center;  }
.log-title { background: #01b0f1; text-transform: uppercase; color: #fff; text-shadow: 1px 1px #ccc; text-align: center; padding: 15px;
font-size: 22px; width: 300px; margin: -26px auto 0; position: relative;  }
.log-title:before { content: ''; width: 9px; height: 15px; background: url(../images/title-left.png) no-repeat; position: absolute; left: -9px; top: 0; }
.log-title:after { content: ''; width: 9px; height: 15px; background: url(../images/title-right.png) no-repeat; position: absolute; right: -9px; top: 0; }
.box-title { text-align: center; color: #1a4d86; margin-bottom: 15px; }

.log-input { background: rgba(1,176,239,0.4); width: 400px; height: 50px; border-radius: 10px; margin-bottom: 20px; text-align: center; color: #fff; font-size: 18px; text-shadow: 1px 1px #ccc; border: none; }

.log-input::placeholder { color: #fff; }
.btn-login { padding: 10px 35px; background: #01b0f1; border: 1px solid #28baf1 !important; font-size: 22px; border-radius: 10px; color: #fff; text-shadow: 1px 1px #8c8a8a; }
.btn-login:hover { background: #0491c5; cursor: pointer; }
.log-opt { width: 400px; margin: auto; text-align: right; }
.log-opt a {color: #1a4d86; text-decoration: underline; padding: 8px 0;}
.log-footer { width: 100%; padding: 30px; text-shadow: 1px 1px #484848; color: #fff; text-align: center; background: #1a4d86; border-radius: 10px 10px 0 0; }
.loginFailed {color: #AD0E25;font-size: 12px;font-weight: bold;text-align: center;}
.m-b-16{margin-bottom:16px;}
.input100 {
	    color: darkblue;
	    line-height: 1.2;
	    font-size: 16px;
	    display: block;
	    width: 85%;
	    background-color: #f8f8f9;
	    height: 60px;
	    padding: 0px 20px 0px;
	    border-radius: 6px;
	    margin: auto;
	}
.log-captcha { background: rgba(1,176,239,0.4); width: 200px; height: 50px; border-radius: 10px; margin-bottom: 20px; text-align: center; color: #fff; font-size: 18px; text-shadow: 1px 1px #ccc; border: none; }
.log-captcha::placeholder { color: #fff; }
