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

#btLogin, .btn-primary!important {
    background-color: #d2b729eb;
    border-color: #9a5700;
}


