html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.message-icon {
    width: 100px;
    height: 100px;
}

.card-portal {
    cursor: pointer;
    height: 70px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 5px;
}

    .card-portal.active {
        border: 2px solid #007bff;
    }

    .card-portal img {
        width: auto;
        height: 100%;
    }

.bank-logo {
    width: auto;
    height: 50px;
}
