.lo-icon {
    display: flex;
    justify-content: center;
}

a.btn-backto-login {
    background-color: #d7d7d7;
    margin-top: 15px;
}

a.btn-backto-login:hover {
    background-color: #949494;
}

@media (max-width: 1024px) {
    .wrapper.toggled .logo-icon {
        width: 50%;
    }
}