.verification-card-s {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 150px);
}
.verification-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    max-width: 400px;
    width: 100%;
    margin: auto;
}
.verification-icon {
    font-size: 3rem;
    color: #667eea;
    margin-bottom: 1rem;
}
