.security-form {
    padding: 30px;
    border-radius: 8px;
    margin: 0 auto;
}

.form-item {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.form-item label {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    min-width: 80px;
    text-align: right;
}

.form-item input[type="text"],
.form-item input[type="password"] {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}
.card-right_body {
    background: url("../images/member/form-bg.png");
    width: 878px;
    height: 530px;
    margin: auto;
    margin-top: 30px;
    padding-top: 100px;
}
.form-item input[type="text"]:focus,
.form-item input[type="password"]:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.form-item input[name="captcha"] {
    flex: 1;
    margin-right: 10px;
}

.send-sms-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
    height: 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-indent: 0;
    overflow: visible;
}

.send-sms-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(102, 126, 234, 0.3);
}

/* 短信验证码按钮容器 */
.sms-btn-container {
    position: relative;
    display: inline-block;
}

/* 倒计时文字样式 */
.countdown-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.9);
    padding: 2px 6px;
    border-radius: 3px;
    pointer-events: none;
    z-index: 10;
}

/* 发送短信按钮禁用状态 */
.sms-btn-disabled {
    opacity: 0.6;
    pointer-events: none;
    filter: grayscale(50%);
}

.form-submit {
    text-align: center;
    margin-top: 30px;
}

.submit-btn {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 120px;
    height: 45px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-indent: 0;
    overflow: visible;
}

.submit-btn::before {
    content: '提交';
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 107, 107, 0.3);
}

.login-bg {
    background: url(../images/member/security-bg.png);
    width: 873px;
    height: 529px;
    padding-top: 180px;
}

.login-bg-view {
    height: 61px;
    display: flex;
    align-items: center;
    color: #752d28;
    font-size: 16px;
}

.login-view-p {
    width: 58px;
    text-align: center;
    color: #7c5203;
    margin-left: 25px;
}

.login-view-p1 {
    width: 210px;
    text-align: center;
    margin-left: 10px;
}

.login-view-p2 {
    width: 210px;
    text-align: center;
}

.login-view-flex {
    display: flex;
    width: 160px;
    text-align: center;
    color: #752d28;
    font-size: 16px;
    margin-left: 33px;
}

.login-view-flex>a:nth-child(2) {
    color: #07adf3;
    font-size: 16px;
    text-decoration: underline;
    margin-left: 5px;
}

.login-view-flex>a:nth-child(3) {
    color: #f3a207;
    font-size: 16px;
    text-decoration: underline;
    margin-left: 5px;
}

.login-view-p3 {
    width: 210px;
    text-align: center;
}

.login-view-a {
    width: 100px;
    text-align: center;
    margin-left: 32px;
    color: #07adf3;
    font-size: 16px;
    text-decoration: underline;
}