.djlf-be0a786c-card {
    margin: 0 auto;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    text-align: center;
}

.djlf-be0a786c-icon {
    margin: 0 auto 12px;
    width: 48px;
    height: 48px;
    color: #F57C20;
}

.djlf-be0a786c-icon svg {
    width: 100%;
    height: 100%;
}

.djlf-be0a786c-heading {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.2;
}

.djlf-be0a786c-subtitle {
    font-size: 14px;
    margin: 0 0 28px;
    line-height: 1.5;
}

.djlf-be0a786c-form {
    text-align: left;
}

.djlf-be0a786c-field-group {
    margin-bottom: 16px;
}

.djlf-be0a786c-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.djlf-be0a786c-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.djlf-be0a786c-field-icon {
    position: absolute;
    left: 14px;
    font-size: 16px;
    pointer-events: none;
    opacity: 0.5;
}

.djlf-be0a786c-input {
    width: 100%;
    padding: 12px 14px 12px 42px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.djlf-be0a786c-input:focus {
    border-color: #F57C20;
}

.djlf-be0a786c-input::placeholder {
    color: #aaa;
}

.djlf-be0a786c-forgot-row {
    text-align: right;
    margin-top: 6px;
}

.djlf-be0a786c-forgot {
    font-size: 12px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.djlf-be0a786c-forgot:hover {
    opacity: 0.7;
}

.djlf-be0a786c-remember-row {
    margin-bottom: 20px;
}

.djlf-be0a786c-remember-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
}

.djlf-be0a786c-remember-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #F57C20;
    cursor: pointer;
}

.djlf-be0a786c-error {
    background: #fef2f2;
    color: #dc2626;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 14px;
    text-align: center;
}

.djlf-be0a786c-success {
    background: #f0fdf4;
    color: #16a34a;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 14px;
    text-align: center;
}

.djlf-be0a786c-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.2s, transform 0.1s;
    margin-bottom: 16px;
}

.djlf-be0a786c-btn:hover {
    transform: translateY(-1px);
}

.djlf-be0a786c-btn:active {
    transform: translateY(0);
}

.djlf-be0a786c-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.djlf-be0a786c-arrow {
    font-size: 18px;
}

.djlf-be0a786c-register-row {
    text-align: center;
    font-size: 13px;
    color: #555;
    margin: 0;
}

.djlf-be0a786c-link {
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.2s;
}

.djlf-be0a786c-link:hover {
    opacity: 0.7;
}

/* Loading spinner */
.djlf-be0a786c-btn .djlf-be0a786c-spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: djlf-spin-be0a786c 0.6s linear infinite;
}

@keyframes djlf-spin-be0a786c {
    to { transform: rotate(360deg); }
}
