﻿/* custom css that can be changed between deployments via a dev-ops script */

img.image-logo {
    content: url("/images/logo-icap.png");
    max-width: 80%;
}

.image-background {
    position: fixed;
    top: 0;
    left: -1px;
    background-image: url("/images/background-icap-notext.jpg");
    background-color: #303030;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

