    .authentication-bg {

        /* overflow: hidden !important; */
        .auth-brand.text-center.text-lg-start {
            position: absolute !important;
        }

        div.auth-brand {
            position: absolute;
        }

        .card-body {
            padding-top: 0px;
        }

        #kurumsalFields {
            transition: all 0.3s ease-in-out;
        }

        .tax-select-container {
            justify-content: space-between !important;
        }

        @media (max-width: 992px) {
            .tax-select-container {
                justify-content: flex-start !important;
                gap: 10px;
            }

            .cities-container {
                margin-right: 10%;
            }
        }
    }
