body {
}
.backoffice-logo {
    background: url("/app-assets/images/logo/logo.png") no-repeat;
    height: 60px;
    width: 60px;
    background-size: contain;
}

.backoffice-logo-login {
    vertical-align: bottom;
}

.login-backoffice-logo {
    background: url("/app-assets/images/logo/logo.png") no-repeat;
    height: 100px;
    width: 100px;
    background-size: contain;
    display: inline-block;

}


.login-brand-text {
    color: #10163a;
    padding-left: 0rem;
    font-weight: 600;
    /* letter-spacing: 0.01rem; */
    font-size: 2.57rem;
    /* white-space: pre-wrap; */
    animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
    text-align:center;
    /* margin: revert; */
    width: 226px;
}