.authorization-bg-image {
    background-color: #0a72eb;
    background-image: url(https://www.seoptimer.com/assets/4da1e2ff/css/media/auth-bg.png)
}

.logo-nav-register {
    height: 0;
    position:relative;
}

.logo-nav-register a {
    position: absolute;
    top:0;
    left:0;
}

@media screen and (max-width: 991px) {
    .logo-nav-register {
        margin-bottom: 148px;
    }
}