.body-content {
    padding: 0 !important;
    margin: 0 !important;
}


.logo {
    font-size: 3rem;
    font-weight: 500;
    font-family: "Special Gothic Expanded One", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: white;
    /* text-align: left; */
    position: absolute;
    /* bottom: 100%; */
    left: 0px;
    text-align: center;
    /* transform: translateX(-50%); */
    bottom: calc(100% - 0.12em);
    right: 0;
}

.centered-background {
    background-image: url('/images/login-background.jpg'); /* Cestu k obrázku upravte podle vaší struktury */
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;

    @media (max-width: 700px) {
        padding: 10px;
        background-image: none;
    }
}

.centered-window {
    /*background-color: rgba(255, 255, 255, 0.9);*/
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    padding: 30px;

    max-width: 900px;
    width: 100%;
    backdrop-filter: blur(5px);


    @media (max-width: 700px) {
        box-shadow: none;
    }

}

.centered-form-container {
    padding: 20px;
}

.centered-title {
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

/*.external-login-container {*/
/*    border-left: 1px solid #ddd;*/
/*}*/

/*@media (max-width: 992px) {*/
/*    .external-login-container {*/
/*        border-left: none;*/
/*        border-top: 1px solid #ddd;*/
/*        margin-top: 20px;*/
/*        padding-top: 20px;*/
/*    }*/
/*}*/