.system-title{ width: 650px; margin: 0 auto; margin-top: 10%; } .system-title p{ font-size: 26px; color: white; text-align: center; margin-bottom: 60px; } .login_container{ width: 500px; margin: 0 auto; padding: 10px 15px; border-radius:5px; background: rgba(0, 0, 0, 0.3); padding-bottom: 30px; } .btn{ height: 40px; margin: 0; padding: 0 60px; vertical-align: middle; background: #19b9e7; border: 0; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 300; line-height: 40px; color: #fff; border-radius: 4px; text-shadow: none; } .login-title span{ font-size: 16px; display:inline-block; color: white; padding: 15px 20px 20px 20px ; } .login-input{ padding: 0 20px 20px 20px; } .a-link:HOVER ,.fot-a-link:HOVER{ color: #3499d0; } .a-link{ margin: 20px; color: white; cursor: pointer; } .fot-a-link{ margin-right: 30px; margin-top: 10px; color: white; cursor: pointer; } .send-code{ color:white; } .send-code:HOVER { color:black; } input{ font-size: 14px !important; } .sms-btnGet,.btnGet{ position: absolute;right: 20px;top: 3px; display: inline-block; background: #fff;padding: 10px 15px; cursor: pointer; border-radius: 5px; } .wxStyle { color: #e8e8e8; text-decoration:underline; cursor: pointer; margin-left: 50px; } .footer{ position: fixed; width: 100%; bottom: 0px; color: #fff; z-index: 1000000; background: #333; height: 36px; line-height: 36px; } .checkbox-remember{ font-size: 14px; line-height: 20px; float: right; margin-top: 10px; margin-right: 60px; } .checkbox-remember input[type=checkbox]+label:before { line-height: 1; display: inline-block; width: 18px; height: 18px; margin-right: 8px; content: ''; -webkit-transition: all .2s; transition: all .2s; color: #fff; border: 1px solid #dce4e6; border-radius: 3px; background-color: #f3f6f8; background-repeat: no-repeat; background-size: 100%; } .checkbox-remember input { display: none; opacity: 0; } .checkbox-remember label{ color:#fff; } .checkbox-remember input[type=checkbox]:checked+label:before { border: 1px solid #21b351; background-color: #21b351; background-image: url(../../../image/oss/iot/icon-check.svg); } .checkbox-remember input[type=checkbox]+label { display: flex; cursor: pointer; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; }