.left-section {
    background: linear-gradient(180deg, #255baa, #3635b2) !important;
    color: white;
    height: 70vh;
    display: flex;
    align-items: center;
    padding: 40px;
}

.right-section {
    height: 70vh;
    display: flex;
    align-items: center;
}

.form-box {
    width: 100%;
    max-width: 420px;
    margin: auto;
}

.role-card {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.role-card:hover {
    background: #f1f5ff;
    transform: translateY(-5px);
}

.hidden {
    display: none;
}