/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */

#html-body {
    background: url(../images/background.jpg) no-repeat center;
    background-size: cover;
    color: #26509b;
}
#html-body.page-layout-admin-login .admin__legend {
    color: #26509b;
}
#html-body .action-primary{
    background-color: #26509b;
    border-color: #26509b;
}