.register-bg { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1005; background: url('../images/login-bg.png') no-repeat center/cover; } .register { width: 802px; height: 464px; margin: -232px 0 0 -401px; position: fixed; top: 50%; left: 50%; background: url('../images/login-picture.png') no-repeat center/cover; } .register-content { width: 425px; height: 446px; margin-top: 4px; background: #ffffff; } .register-logo { margin: 75px 0 20px 40px; } .register-block { margin: 10px 0 0 40px; position: relative; } .register-block span.icon { position: absolute; top: 12px; left: 10px; z-index: 10; } .register-block input { width: 341px; height: 40px; padding-left: 37px; display: block; line-height: 44px; border: 1px solid #dddddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #3a3a3a; font-size: 16px; } .register-btn { width: 345px; margin: 12px 0 0 38px; line-height: 46px; text-align: center; cursor: pointer; font-size: 16px; color: #868686; background: url('../images/login-btn.png') no-repeat center/cover; } .org-select .textbox .textbox-text { height: 40px !important; padding-left: 37px; line-height: 44px; border-radius: 3px; } .org-select .combo-arrow { background: url("../images/drop-down.png") no-repeat; background-size: 20px 20px; background-position-y: 12px; }