@charset "utf-8";
*{padding: 0;margin: 0;outline: 0}
body{background: url('/system/resource/images/loginbg.png') no-repeat; background-size: cover; width: 100%; background-position: 0% 50%; background-attachment: fixed;}
ul,ol,li{list-style:none;}
.login_logo{ margin-top: 20px; margin-left: 20px;}
.loginBox{width:300px;height:340px;padding: 30px 40px;background: #F8F8F8;border-radius: 20px;margin-top: 10%;margin-right: auto;margin-bottom: 0px;margin-left: auto;}
.loginTitle{font-size: 24px;color:#333333;text-align: center;font-weight: normal;margin-bottom: 30px;}
.loginBox li{height:45px;background: #fff;border-radius: 10px;line-height: 45px;margin-bottom: 20px;padding: 0 15px;}
.loginBox li input{border: 0;background: transparent;height:45px;line-height: 45px;outline: none;font-size: 16px;color:#999999;width:100%}
.loginBox li.yzm input{width:180px;}
.loginbtn{height:50px;line-height: 50px;background: #D2D2D2;text-align: center;width:100%;border: 0;border-radius: 10px;font-size: 18px;color:#333333;}
.yzm{padding-right: 100px;position: relative}
.yzm i{width:96px;height:26px;position: absolute;right:0;top: 0;margin-right: 18px;margin-top: -2px;}