body {
    background-color: #f4f6f9;
}

.auth-card {
    max-width: 480px;
    margin: 40px auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.form-card {
    max-width: 900px;
    margin: 20px auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.scheme-card {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 24px;
    height: 100%;
    transition: 0.2s;
}

.scheme-card:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.status-banner {
    background: #e7f1ff;
    border-left: 5px solid #0d6efd;
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 24px;
}

.section-heading {
    border-bottom: 2px solid #0d6efd;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.schemecard1 {
    background: url(../images/scale1.jpg) no-repeat;
    background-position: bottom right;
    background-size: cover;
}
.schemecard2 {
    background: url(../images/scale2.jpg) no-repeat;
    background-position: bottom right;
    background-size: cover;
}