body {
	background: url("../img/body_bg.jpg") no-repeat center;
}
.body-bg {
	height: 100%;
}

header {
	margin-top: 1.3em;
	width: 100%;
    height: 70px;
}
header .logo {
	background: url(../img/logo.png) no-repeat 1em 0;
	height: 70px;
}
.main{
/*     height: 600px; */
    overflow: hidden;
    margin: 0 auto;
    clear: both;
    text-align: center;
}
.main_img {
	/*height: 600px;*/
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size:100% 100%;
    background-size:100% 100%;
} 
/* 鐧婚檰妗嗘牱寮� */
.login-box{
  width: 360px;
  margin-left: 65% ;
  margin-top: 5% ;
}

.login-box-body{
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    position: absolute;
    right: 22%;
    top: 32%;
    width: 300px;
    height: 250px;
    border-radius: 6px;
    left: 65% ;
}
 @media (max-width: 768px) {
  .login-box-body{
    width: 90%;
    position: absolute;
    right: 5%;
  }
} 
.login-box-body .form-control-feedback{
  color: #777;
}
.login-box-msg{
  margin: 0;
  text-align: left;
  padding: 0 20px 20px 0px;
  font-size: 16px;
}
.social-auth-links {
  margin: 10px 0;
}

/* .login-alert {
  padding: 5px;
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  display: none;
} */ 
.login-alert {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #df5c78;
    display: none;
    font-size: 13px;
}

.login-input42{
	height:36px;
	padding-left: 55px;
}
label.form-label{
	display: block;
	width: 40px;
	height: 34px;
	line-height: 40px;
	color: #fff;
	background: #ddd;
	text-align: center;
	position: absolute;
	left: 1px;
	top: 1px;
	outline: 0;
	font-size: 22px;
    padding: 10px;
}

footer{
    position: absolute;
    bottom: 0; 
    width: 100%;
    height: 120px;
    text-align: center;
}
.login_footer{
	clear: both;
    display: block;
    color: rgba(255,255,255,.65);
    text-align: center; 
    font-size: 14px;
} 
.btn-primary {
    color: #fff;
    /* background-color: #108ee9;
    border-color:#108ee9; */
    background: linear-gradient(to left, #1bc8ec, #108ee9);
    border: none;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover{
	background-color: #49a9ee;
    border-color: #49a9ee;
}





