body {
    background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}

.pricing-header {
    max-width: 700px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
    .loginbox{
        width:50%;
    }
}
@media (max-width: 767px) {
    .loginbox{
        width:100%;
    }
}
h3{
    color: var(--bs-primary);
    font-size:16pt;
}
h1{
    font-size:22pt;
}
.table{
    font-size: 11pt;
}