@import url("base.css");

.login-card {
    width: 360px;
}

.login-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.login-subtitle {
    font-size: 13px;
    color: #71717a;
    margin-bottom: 16px;
}

.form-group {
    margin-bottom: 16px;
}

.form-label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.captcha-row {
    display: flex;
    gap: 8px;
    align-items: center;
}

.captcha-box {
    padding: 8px 12px;
    border-radius: 999px;
    background: #e4e4e7;
    font-weight: 600;
}

