.__logo {
    display: flex;
    background-image: url(/assets/img/custom/d-safety/logo.png);
    background-repeat: no-repeat;
    flex: 2;
}

.logout-title {
    width: 280px;
    height: 88px;
    margin: auto;
    background: url('/assets/img/custom/d-safety/title_login.png') no-repeat 0 bottom;
    background-size:280px 80px;
    background-position:center 0;
    padding: 16px;
}
.login-title {
    width: 280px;
    height: 88px;
    margin: auto;
    background: url('/assets/img/custom/d-safety/title_login.png') no-repeat 0 bottom;
    background-size:280px 80px;
    background-position:center 0;
    padding: 16px;
}
