.signIn { color: #FFFFFF !important; background-image: linear-gradient(to right, #FFA3DC, #006CFF); border-radius: 15px; } .content { background-image: url('../image/bg.png'); height: 900px; background-size: cover; } .login-title-div { display: flex; justify-content: center; align-items: center; } .login-title { font-size: 32px; color: #ffffff; text-align: center; padding-top: 100px; padding-bottom: 39px; } .login-container { width: 420px; height: 380px; background: #FFFFFF; border-radius: 6px; padding: 40px; } .login-container .login-item p { font-size: 14px; font-family: PingFangSC-Semibold, PingFang SC; color: #606266; } .login-container .login-item input { height: 48px; border-radius: 6px; width: 100%; text-indent: 10px; box-sizing: border-box; } .login-container .login-item .input-item { background-color: #F5F7FA !important; color: #303133; } .login-container .login-item .input-item { background: #FFFFFF; border: 1px solid #BFC2CC; text-indent: 10px; margin-top: 5px; } .login-container .login-item { margin-top: 25px; } .login-container .login-item:first-child { margin-top: 0; } .login-Forget-item { padding-top: 10px; padding-bottom: 20px; font-size: 14px; } .login-Forget-item a { float: right; color: #606266; } .login-container .submitBtn { width: 340px; height: 56px; color: #ffffff; border: none; border-radius: 6px; font-size: 16px; font-weight: bold; background: #BFC2CC; height: 56px; cursor: pointer; } .registerBtn { font-size: 14px; margin-top: 20px; text-align: center; } .registerBtn:hover { cursor: pointer; } .registerBtn .register-em { color: #909399; font-size: 14px; } .registerBtn .register-a { color: #006CFF; font-weight: bold; } /* .completed{ background-color: #006CFF; } */ .disabledSubmit { background: #BFC2CC; } .activeSubmit { background-color: #006CFF !important; } .login-Forget-item a { color: #606266; } .login-Forget-item a:hover { opacity: 0.9; } input::-webkit-input-placeholder { color: #BFC2CC; } input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #BFC2CC; } input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #BFC2CC; } input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #BFC2CC; }