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

#loading #logo {
    background-image: url(/css/theme/logo.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.png);
    height: 140px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    margin: auto;
    margin-top:25px;
    margin-bottom: 35px;
}

#btLogin {
    background-color: #00aa12;
    border-color: green;
    border-radius: 0 0 14px;
    color: white;
    font-weight: bolder;'
}

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

