.card-choose {
    background: #FFFFFF;
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15), 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 24px 24px 56px 24px;
}

.btn-prof-choose {
    justify-content: center;
    color: white;
    background-image: url("/images/professor_button.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 288px;
    height: 118px;
    border: 0;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background-color: transparent;
    padding-right: 115px;
}

#prof{
    margin-top: 40px;
}

.btn-stud-choose {
    width: 288px;
    height: 118px;
    border: 0;
    justify-content: center;
    color: white;
    background-image: url("/images/student_button.svg");
    background-repeat: no-repeat;
    background-color: white;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background-color: transparent;
    padding-left: 155px;
}

.btn-prof-choose:hover {
    background-image: url("/images/professor_button_hover.svg");
}

.btn-prof-choose:focus {
    background-image: url("/images/professor_button_pressed.svg");
    outline: none;
}

.btn-stud-choose:hover {
    background-image: url("/images/student_button_hover.svg");
}

.btn-stud-choose:focus {
    background-image: url("/images/student_button_pressed.svg");
    outline: none;
}

.font-text-buttons-choose {
    font-weight: bold !important;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}