.conthead{ margin-top: 2%; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: none; box-shadow: none; } input:-webkit-autofill, input:-webkit-autofill:focus{ box-shadow: 0 0 0 1000px rgba(242, 242, 242, 1) inset !important; -webkit-box-shadow: 0 0 0 1000px rgba(242, 242, 242, 1) inset !important; } .login-usediv, .login-pwdiv{ width:100%; margin: 8% 0 5% !important; } .login-usediv:focus { outline: 0; -webkit-box-shadow: none; box-shadow: none; } .login-addon{ width: auto; background: none; border: none; border-bottom: 1px solid #ccc; border-radius: 0; padding: 6px 0; } .login-usediv input, .login-pwdiv input{ border-radius:0; border:none; background: none; border-bottom: 1px solid #ccc; -webkit-box-shadow: none; box-shadow: none; margin-top: 4px; } .login_register>.form-group{ margin:0 !important; } .login_register>.emaildiv, .login_register>.phonediv, .login_register>.userdiv, .login_register>.pwdiv , .login_register>.codediv, .login_register>.btndiv{ margin: 8% 0 5% !important; } .email,.phone,.user,.pwd,.phonecode,.checkcode{ height: 35px; padding: 6px 40px; border: none; border-radius: 0; background-color: #F2F2F2; border-bottom: 1px solid #ccc; box-shadow: none; } .checkcode{ margin-left: -40px; background-color: rgba(255,255,255,0); } .codeimg{ position: absolute; right: 0; margin: -35px 15px 0 0; } .codeimg input{ width: 96px; border: none; color: #fff; background-color: #23A4FF; line-height: 28px; cursor: pointer; font-size: 12px; } .codeimg input:hover{ background:#3399DB; } /*.email{ background: url('../images/email.png') no-repeat; background-position: 2px 10px; }*/ .phone{ background: url('../images/phone.png') no-repeat; background-position: 7px 10px; } .phonecode{ background: url('../images/email.png') no-repeat; background-position: 0 15px; } .user{ background: url('../images/user.png') no-repeat; } .pwd{ background: url('../images/pwd.png') no-repeat; } .agree,.cache{ color: #bbb; font-size: 12px; } .check>.checkbox{ margin: 10px 0; } .login_register_btn{ padding: 3% 5%; background-color: #3399DB; border-color: #1D90DA; } .find_btn{ padding: 2% 0; background-color: #3399DB; border-color: #1D90DA; } .btn-primary:hover{ background-color: #1D90DA; border-color: #1D90DA; } .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{ background-color: #1D90DA; border-color: #1D90DA; } .login_register_qq{ margin:20px 0; padding: 15px 17px; } .login_register_weibo{ margin:20px 0; padding: 16px 17px; } .other_login_register{ margin-bottom: 20px; font-size: 16px; } .login_register_qq{ background-color: #23A4FF; } .login_register_weibo{ /*background-color: #f00;*/ background-color: #23A4FF; } .qq,.weibo{ color: #fff; } .qq{ /*padding-left: 23px;*/ padding-left: 0; } .weibo{ padding-left: 18px; } @media (max-width: 270px) { .emaildiv { height:30px !important; } .phonediv { height:30px !important; } } @media (max-width: 320px) { .forget-a{ font-size: 12px; } }