*{padding: 0;margin: 0;box-sizing: border-box;}
a{text-decoration: none;color: black;}
 

.pane-header{width:100%;height:64px;background-color: orangered;border-radius: 5px 5px 0 0;line-height: 64px;color:white;text-align: center;margin-bottom: 10px;cursor: move;}
.pane-content{padding: 20px;}
.pane-content .userpwd{margin-bottom: 15px;height: 40px;position: relative;}
.pane-content .userpwd img{position: absolute;top: 7px;left: 6px;}
.pane-content .userpwd input{width: 100%;height: 100%;box-sizing: border-box;padding-left: 38px;border-radius: 5px;border:1px solid #dddddd;}
.pane-content .userpwd input:focus{outline: none;border: 1px solid dddddd;}
.setting a{color: darkgray;font-size: 13px;}
.setting a.pull-right{float: right;}
.login-btn{margin: 15px 0;width: 50%;height: 32px;background-color: #000;border: 0;font-size: 18px;color: white;border-radius: 32px;cursor: pointer;}
.login-btn:focus{outline: none;}
.reg{text-align: left;margin-bottom: 15px;color: darkgray;font-size: 24px; padding-top:30px; line-height:45px;}
.reg a{color: orangered;}
.pane-footer{padding:0 0px;height: 44px;line-height: 44px;}
.pane-footer img{width: 30px;vertical-align: middle;}
