/*--reset.css--*/
/* 清除内外边距 */
body,html, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td,div { /* table elements 表格元素 */
        margin: 0;
        padding: 0;   
}
img{width: 100%;}

.login-wrap{position: fixed;top:0;bottom:0;left:0;right:0;margin: auto;width: 600px;height: 480px; padding:15px;box-sizing: border-box;}
.login-wrap h2{color: #fff;text-align: center;font-weight: 300;margin-bottom: 15px;}
.login-wrap .content-wrap{background: #fff;box-shadow: 0 0 3px #ccc;border-radius: 3px;padding:30px 100px;}
.login-wrap .content-wrap .logo{width: 151px;height: 175px;margin:0px auto 25px;}
.login-wrap img.icon{width: 25px;float: left ;}
.login-wrap .content-wrap p{padding-bottom: 5px;border-bottom: 1px solid #ccc;overflow: hidden;margin-bottom: 15px;}
.login-wrap .content-wrap input{border:0;font-size: 16px;float: left;padding:10px;}
.login-wrap .content-wrap  a{display: block;width: 100%;height: 40px;line-height: 40px;color: #fff;text-align: center;background: #ed6931;border-radius: 3px;text-decoration: none;font-size: 16px;}
.copy{position: absolute;left: 0;width: 100%;bottom:0;text-align: center;color: #adadad;}