.card-escolher {
    border: 1px solid #ccc;
    border-radius: 15px;
    background-color: #fff;
}

.card-img-top {
    border-radius: 15px 15px 0px 0px;
}

.titulo-escolha-devoto {
    height: 50px;
}

.btn-inscreva-se {
    width: 90%;
}

.card-text-escolher {
    height: 500px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background-size: cover;
    background-color: #E7D4E6;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(234, 211, 230));
    background-image: url(/images/bg_login.webp);
    background-repeat: no-repeat;
    height: 100vh;
}

.m-center {
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (max-width: 450px) {
    .card-text-escolher {
        height: 100%;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
    }

}
