.landing-container .landing-top-left
{
    display: block;
    background-image: url('/theme-files/biruni-logo-xlarge.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 500px;
    height: 220px;
    margin-left: 50px;
}

.landing-container .landing-top-right
{
    display: block;
    background-image: url('/theme-files/43yil_logo_h200.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    margin-top: 20px;
    margin-right: 50px;
}

.landing-container .login-logo
{
    display: none;
}

.landing-container .login-block
{
    box-shadow: 10px 10px 10px #000000A0;
    padding: 50px 20px 20px 20px;
    background: #dbdbdb;
    top:45vh;
    left: calc(50% - 150px);
    width: 300px;
}

.top-menu .menu-list
{
    left: 165px;
}