﻿html,body{ position:relative; width:100%; height:100%; overflow:hidden;margin:0px;padding:0px;}
body{background:url(background.jpg) no-repeat;background-size: 100% 100%;}
.clearfix { *zoom: 1;}
.clearfix:after {display:block; content:"."; height:0; clear:both; visibility:hidden;}
/**登陆**/
.login_body{width:290px; height:570px; position:absolute; right:10%;top:10%; background:url(./login_body.png) no-repeat 0 0;}
.login_form {margin:0px auto;width:225px;background: url(../themes/default/images/logo.png) no-repeat;background-size: 220px;background-position: 0px 150px;padding-top:250px;}
.login_form input{height:30px; width:213px; line-height:30px; font-size:20px; color:#666; padding:5px; border:1px solid #ccc; background:#FFF;}
.login_form input[type=submit]{height:40px;background:#E52A31; border:1px solid #E42B31; color:#FFF;margin-left: 5px;padding: 0px;}
.login_msg{ height:25px; line-height:25px; text-align:center;color:red;}