/* Header */
.dl-header {
    background: #F5E9D3; /* light beige */
    padding: 20px 0;
    text-align: center;
}

.dl-animation-placeholder {
    height: 60px;
    width: 200px;
    background: #e0d4c2;
    margin: 0 auto;
    border-radius: 8px;
}

/* Layout */
.signin-layout {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 0;
}

.signin-side {
    width: 20%;
    text-align: center;
}

.signin-center {
    width: 40%;
    display: flex;
    justify-content: center;
}

.signin-card {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    width: 100%;
    max-width: 420px;
    text-align: center;
}

.signin-title {
    font-size: 28px;
    margin-bottom: 10px;
}

.signin-subtitle {
    color: #555;
    margin-bottom: 30px;
}

/* Footer */
.dl-footer {
    background: #fff;
    padding: 40px 0;
    margin-top: 60px;
    border-top: 1px solid #eee;
}

.dl-footer-inner {
    width: 80%;
    margin: 0 auto;
}

.footer-title {
    font-size: 22px;
    margin-bottom: 10px;
}

.footer-desc {
    max-width: 600px;
    margin-bottom: 30px;
    color: #666;
}

.footer-columns {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.footer-col h4 {
    margin-bottom: 10px;
}

.footer-col a {
    display: block;
    color: #444;
    margin-bottom: 6px;
    text-decoration: none;
}

.footer-copy {
    color: #777;
    font-size: 14px;
}
