﻿/*.basvuru-suresi-wrapper {
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.basvuru-suresi-card {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    max-width: 650px;
    width: 100%;
    text-align: center;
}
*/