#logoImg {
    background-color: white;
    padding: 12px;
    width: 300px;
    max-width: 100%;
    border-radius: var(--bs-border-radius);
}
#kc-content .alert {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#applicationName {
    font-size: 1.5rem;
}

#loginTitleDiv {
    border-radius: var(--bs-border-radius);
    width: fit-content;
    padding: 10px 25px;
    margin: 0 auto 10px;
}
