﻿
/* Layout */
body {
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 439px) {
    body {
        background-image: none;
    }
}

main {
    background: white;
    position: relative;
}

#ProgrammeLogo {
    background-image: url('./images/programme-logo.png');
    height: 75px;
    margin: 40px auto 40px auto;
}

#SiteLogin:after {
    width: 52px;
    height: 69px;
    display: block;
    background-image: url('./images/client-logo.png');
    content: '';
    background-size: contain;
    margin: 0 auto;
} 

/* Content */
.link-group a, .link-group li {
    color: #000;
}

.link-group {
    margin-top: 0px !important;
}

    .link-group a:hover, .link-group a:active, .link-group li:hover, .link-group li:active {
        color: #000;
    }

#IdentityLinks {
    font-size: .9em;
}

.control-label {
    color: #000;
}

.btn {
    text-transform: uppercase;
    border-color: #fff !important;
    color: #000;
}

.btn-primary {
    color: #fff;
    background-color: #007f00;
}

.btn-outline-light {
    color: black;
    background: #eee;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #007f00 !important;
}

.btn-secondary {
    color: black;
    background-color: #000;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active {
        color: #000 !important;
        background-color: #eee !important;
    }

#ExternalAuth {
    border-bottom: 1px solid #000;
}

#IdentityLinks li:last-child {
    border-bottom: 1px solid #000;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}
