﻿
/* Layout */
body {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 439px) {
    body {
        background-image: none;
    }
}

main {
    background: #011d29;
    position: relative;
}

#ProgrammeLogo {
    background-image: url('./images/programme-logo.png');
    height: 160px;
    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 !important;
    color: #fff;
    border-radius: 100vh;
}

.btn-local-login,
.btn-primary {
    background-image: linear-gradient(#FFB71C, #FC4E71);
    text-shadow: 0px 1px 2px rgba(74, 1, 16, 0.75);
    color: white;
    border: none;
}


.btn-outline-light {
    color: black;
    background: #eee;
}

.btn-secondary {
    color: black;
    background-color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff !important;
    background-color: #eee !important;
}

#LocalLoginOptionButton {
    background: #011d29;
    border: none;
}

#ExternalAuth {
    border-bottom: 1px solid #fff;
}

#IdentityLinks li:last-child {
    border-bottom: 1px solid #fff;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.btn-local-login {
    display: none;
}

.inline-local-login {
    display: inline;
}

.btn-local-login:hover {
    color: #FC4E71;
}

#ExternalAuth a.btn {
    line-height: 30px;
}

