﻿/*
-----------------------------
Site: 管理后台登录页面样式
Author: L.M.H
-----------------------------
*/
html,body,ul,li,h1{ height:100%; margin:0; padding:0; list-style:none}
body{ background:url(../images/login_bg.jpg) center center no-repeat;}

.login_frm_wrap{ width:930px; height:550px;   position:absolute; top:50%; margin-top:-280px; left:50%; margin-left:-480px; overflow:hidden;}

.logo_wrap{ height:66px; overflow:hidden; zoom:1;}
.logo{ background:url(../images/logo.png) no-repeat; width:220px; height:66px; float:left;}
.logo_title{ float:left; font-size:18px; font-family:"微软雅黑","黑体"; color:#575859; margin:15px 0 0 10px;}

.login_frm_bg{ background:url(../images/frm_bg.jpg) no-repeat; width:501px; height:435px; margin:42px 0 0 240px; position:relative;}

.platform_name{ height:36px; left:32px; top:25px; position:absolute;}
.platform_name h1{ padding:0; margin:0; font-size:25px;  font-family:"微软雅黑","黑体"; color:#363636}

.login_frm{ position:absolute; top:100px; left:80px;}

.login_frm ul li{ position:relative; height:30px; padding-left:80px; font-size:16px;}
.login_frm ul label{ position:absolute; width:80px; text-align:right; left:0; height:30px; line-height:26px;}
.login_frm ul .loginInput {
  padding:2px;
  height:18px;
  border:1px #99bbe8 solid;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  color:#666;
}

.login_frm ul .submitbtn {
  width: 97px;
  height: 37px;
  background: url(../images/login_submitbtn.gif) no-repeat;
  border: 0;
  cursor:pointer;
}

.login_frm ul .code {
  vertical-align:bottom;
}
.login_frm ul .tips {
  color:#ff0000;
   font-size:12px;
  margin-top:5px;
}
.login_frm_bg .copy{ font-size:12px; color:#999; text-align:center; position:absolute; width:100%; bottom:80px;}