﻿/* File Created: 四月 12, 2016 */
#mo_login{ width:980px;  margin:auto; padding:20px; border-radius:20px; background-color:White; min-height:800px; position:relative;  border: 1px solid #ececec; }
#mo_login .mo_loginContent{ width:400px; margin:80px auto 0 auto; }

#login_tip{ padding-left:110px; line-height:40px;  color:Red; }
#mo_login .mo_loginContent .login_item{ height:40px; line-height:40px; margin-bottom:5px; }
#mo_login .mo_loginContent .login_item .label_name{ display:block; float:left; width:100px; height:40px; padding-right:10px; text-align:right; font-family:"微软雅黑"; font-weight:bold; }
#mo_loginName,#mo_password{  padding:0px 5px 0px 5px; margin:0; outline:none; display:block; float:left; width:250px; height:35px; border:1px solid rgba(128,128,128,0.5); line-height:35px; border-radius:6px; }
#mo_code{ padding:0px 5px 0px 5px; margin:0; outline:none; display:block; float:left; width:120px; height:35px; border:1px solid rgba(128,128,128,0.5); line-height:35px; border-radius:6px; }
#regist_vimg_login{ display:block; padding:0; border:0; margin:0; float:left; width:120px; height:37px; margin-left:10px; border-radius:6px; }


#mo_remember{ display:block; float:left; padding:0; margin:0; width:13px; height:13px; margin-top:15px; margin-left:110px; margin-right :5px; }
#mo_md5{ display:block; float:left; padding:0; margin:0; width:13px; height:13px; margin-top:15px; margin-left:40px;  margin-right :5px; }
#mo_rem>label{ display:block; float:left;  line-height:40px; }
#mo_findPwd_log{ display:block; float:right; margin-right:32px; cursor:pointer; }

#mo_toLogon{ display:block; float:left; width:100px; height:40px; cursor:pointer; font-weight:bold; background:#00B1F7; color:White; line-height:40px; text-align:center; border-radius:10px; margin-right:50px; margin-left:115px; }

#mo_toRegist_log{ display:block; float:left; width:100px; height:40px; cursor:pointer; font-weight:bold; background:#00B1F7; color:White; line-height:40px; text-align:center; border-radius:10px; }
#mo_toLogon:hover, #mo_toRegist_log:hover{ box-shadow:0 0 5px gray; }

#back_h3{ text-align:right; }
#back_h3>span{ display:inline-block; width:80px; height:30px; background:#f2f2f2; text-align:center; line-height:30px; border-radius:4px; cursor:pointer; }
#back_h3>span:hover{ background:#00B1F7; color:White; box-shadow:0 0 5px gray; }
