/* Login Page */

#body-login {
    background-image: url('/images/default/bg-login.jpg');
    background-color: #38699c; /* Fallback colour for login */
}

#body-login .login-logo .logo {
    background-image: url('/images/default/logo_login.png');
    height: 50px;
}

#body-login .adshotel-copyright {
    color: white;
}

/* Internal Page */

.portal .main-header {
    background-image: url('/images/default/bg_header.jpg'); /* Image for the internal header */
    background-color: #38699c; /* Fallback colour for the header */
}

.portal .main-header .logo-header {
    background-image: url('/images/default/logo-header.png'); /* Logo on the left-hand side of the internal header */
}