@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; font-family:"微软雅黑"; font-size:14px;}
body{background:#0683B1;}
img{border:none;}
h3{width:100%; height:40px; line-height:40px; text-align:center; margin-top:140px; font-size:30px; color:#fff; font-weight:normal;}
.content{width:380px; height:280px; background:#fff; box-shadow:0 1px px #000; margin:20px auto 0; position:relative;}
.content .pic{width:100%; position:absolute; bottom:-176px; left:0px;}
.content .login{width:240px; height:70px; margin:40px auto 0;}
.login .btn_user{width:20px; height:30px; background:url(../images/user_pwd.png) no-repeat center top; position:absolute; top:52px; left:90px; display:block;}
.login .btn_pwd{width:20px; height:30px; background:url(../images/user_pwd.png) no-repeat center bottom; position:absolute; top:105px; left:90px; display:block;}
.login input{width:190px; padding-left:50px; color:#0683B1; border:1px solid #E0E4E4; height:40px; line-height:40px; background:#f4f8f9; margin-bottom:20px;}
.login button{width:170px; height:50px; text-align:center;line-height:50px; background:url(../images/btn.png) no-repeat; border:none; color:#fff; font-size:16px;}
.footer{width:100%; padding:10px 0; font-size:14px; margin-top:120px;text-align:center; color:#fff;}