.panel{background:#fff;}
form .form-group:last-child{padding-bottom:0;}
.passcode{position:absolute;right:0px;bottom:0px; height:45px;text-align:center;line-height:45px;border-left:solid 1px #ddd;}
ul,li{ list-style-type:none;}

.field-icon-right .icon{ bottom:0px; top:auto}
.loginbox { background:url(../images/tmbg-white.png); border:0px;}

/***主要内容***/
.input-help { float:left; line-height:25px;}
.input-help li{ float:left;margin-left:0px;}
.form-group{ margin-bottom:20px;}

.button.bg-main.icon-check-square-o{ padding:10px 30px;}
.button.bg-main.icon-check-square-o:hover{ background:#08bbe1;}

/*  cloud  */
#mainBody {width:100%;height:100%;position:absolute;z-index:-1;}
.cloud {position:absolute;top:0px;left:0px;width:100%;height:100%;background:url(../images/cloud.png) no-repeat;z-index:1;opacity:0.5;}
#cloud2 {z-index:2;}

.logintop{height:50px;;line-height:50px;text-indent:50px; top:0px; background:url(../images/logintopbg.png) repeat;z-index:100; width:100%;}
.logintop span{color:#fff;line-height:50px;text-indent:45px; float:left; font-size:16px;font-weight:bold;}

.loginbody{background:url(../images/loginbg3.png) no-repeat center;height:600px;top:45%;left:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);position:fixed;}
.systemlogo{ width:100%; height:50px;margin-top:0px; float:left; text-align:center;}

.loginbm{position:fixed; bottom:0px; width:100%;height:50px;color:#0b3a58;font-size:14px;font-weight:bold;background:url(../images/loginbmbg.png) repeat;
  display: flex; justify-content: center; /* 水平居中 */ align-items: center; /* 如果需要垂直居中，则添加此属性 */}

