.create-element-input-layerzz{
	display:none;
}

#navbar {
        background: #464e62;
}

#loading #logo {
    background-image: url(/css/theme/logo-test.png);
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x:center;
    margin: auto;
    margin-top:50px;
}

#loading #loading {
    margin-top:50px;
    font-size: 2em;
}

#login #logo, #login_logo {
    background-image: url(/css/theme/logo-test.png);
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    margin: auto;
    margin-top:50px;
    margin-bottom: 50px;
}

#btLogin {
    background-color: black;
    border-color: black;
    color: yellow;
}

.loginBk a {
    color: black;
    font-weight: bold;
}
