﻿@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
  
/* Layout */
body {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Lato', sans-serif;
}

@media only screen and (max-width: 439px) {
    body {
        background-image: none;
    }
}

main {
    background: #002251DD;
    position: relative;
}

#ProgrammeLogo {
    background-image: url('./images/programme-logo.png');
    height: 85px;
    margin: 40px auto 40px auto;
}

/* Content */
.link-group a, .link-group li {
    color: #fff;
}

.link-group {
    margin-top: 0px !important;
}

    .link-group a:hover, .link-group a:active, .link-group li:hover, .link-group li:active {
        color: #fff;
    }

#IdentityLinks {
    font-size: .9em;
}

.control-label {
    color: #fff;
}

.btn {
    text-transform: uppercase;
    border-color: #fff;
    color: #fff;
    background-color: #0088C2;
}

.btn-primary {
    color: #fff;
    background-color: #0088C2;
    border-color: #0088C2;
}

.btn-local-login {
    display: none;
}

.inline-local-login {
    display: inline;
}

.btn-outline-light {
    color: black;
    background: #eee;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #0074a5 !important;
}

.btn-secondary {
    color: black;
    background-color: #fff;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active {
        color: #fff !important;
        background-color: #eee !important;
    }

#ExternalAuth {
    border-bottom: 1px solid #fff;
}

#IdentityLinks li:last-child {
    border-bottom: 1px solid #fff;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}
