﻿@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');

/* Layout */
body {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Bree Serif', serif;
}

@media only screen and (max-width: 439px) {
    body {
        background-image: none;
    }

    body::after {
        display: block;
        width: calc(612px / 2);
        height: 50px;
        z-index: 1;
        position: absolute;
        top: 30px;
        left: 30px;
        content: '';
        background-image: url("./images/client-logo.png");
        background-size: contain;
        background-repeat: no-repeat;
    }

    #ProgrammeLogo {
        margin: 100px auto 20px auto !important;
    }
}

@media screen and (min-width: 768px) {
    body::after {
        display: block;
        width: calc(612px / 2);
        height: 70px ;
        z-index: 1;
        position: absolute;
        top: 30px;
        left: 30px;
        content: '';
        background-image: url("./images/client-logo.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 768px) {
    body::after {
        display: block;
        width: calc(612px / 2);
        height: 70px ;
        z-index: 1;
        position: absolute;
        top: 30px;
        left: 30px;
        content: '';
        background-image: url("./images/client-logo.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
}

main {
    background: #fff;
    position: relative;
}

#ProgrammeLogo {
    background-image: url('./images/programme-logo.png');
    height: 120px;
    margin: 40px auto 40px auto;
}

/* Content */
.link-group a, .link-group li {
    color: #B02173;
}

.link-group {
    margin-top: 0px !important;
}

    .link-group a:hover, .link-group a:active, .link-group li:hover, .link-group li:active {
        color: #B02173;
    }

#IdentityLinks {
    font-size: .9em;
}

.control-label {
    color: #222222;
}

.btn {
    text-transform: uppercase;
    border-color: #222222 !important;
    color: #222222;
}

.btn-primary {
    color: #fff;
    background-color: #B02173;
    border-radius: 12px;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #801853 !important;
}

.btn-local-login {
    display: none;
}

.inline-local-login {
    display: inline;
}

.btn-outline-light {
    color: black;
    background: #eee;
}

/* This btn secondary CSS isn't coming through for some reason */
.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;
}

.link-group > li > a,
.form-control {
    font-family: Arial, sans-serif !important
}