.navbar-brand-box {
    padding: 0 1.3rem;
    text-align: center;
    transition: all .1s ease-out;
    float: none;
}

.floating-right-bottom-btn {
    position: absolute;
    right: 10px;
    bottom: -50px;
}

@media (min-width: 1400px) {
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 100%;
    }
}
.ta .text-sm-end.d-sm-block img {
    height: 40px !important;
    width: auto;
}
.auth-page-wrapper .auth-page-content {
    padding-bottom: 50px !important;
}