﻿.teacher-card .card-body {
    background-image: url("/img/TeacherCard.png");
}

.parent-card .card-body {
    background-image: url("/img/parentCard.png");
}

.select-user-type {
    cursor: pointer;
}

    .select-user-type .card-body {
        min-height: 300px;
        background-size: cover;
    }

.card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 22px;
    color: white;
    background: #6678ff;
}

.select-holder {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.item {
    width: 30%;
    min-width: 300px;
}

