@charset "utf-8";
/* CSS Document */


/* Captcha */
.captcha-box {
    border: 1px solid #9cd1ff;
    background: linear-gradient(180deg, #f7fbff, #edf7ff);
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 12px;
}

.captcha-title {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
    color: #0d56b3;
}

.captcha-title i {
    font-size: 24px;
}

.captcha-title small {
    display: block; color: #4c6380;
}

/* Alert */
.danger-alert {
    background: #fff2f2;
    border: 1px solid #ffbcbc;
    color: #b32121;
}

.system-alert {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 13px;
    margin-bottom: 18px;
}

.system-alert i {
    font-size: 24px;
}