﻿/* Fonts */
@font-face {
    font-family: 'ASDATextBetav2Text';
    src: url('./fonts/ASDATextBetav2-002-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Layout */
body {
    background-position-y: center;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'ASDATextBetav2Text', -apple-system, 'Segoe UI', sans-serif;
}
@media only screen and (max-width: 439px) {
    body {
        background-image: none;
    }
}

main {
    background: #00313C;
    position: relative;
}

#ProgrammeLogo {
    background-image: url('./images/programme-logo.png');
    height: 131px;
    margin: 0 auto 1.5rem;  
}

/* 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;
    padding: .75rem 1.25rem;
}
.btn-primary {
    color: #000;
    background-color: #79C300;
    border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #4a8221 !important;
}
.btn-secondary {
    color: black;
    background-color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff !important;
    background-color: #eee !important;
}

.forgotten-password {
    color: #79C300 !important;
}

.btn-local-login {
    display: none;
}

.inline-local-login {
    display: inline;
}

#ExternalAuth {
    border-bottom: 1px solid #fff;
}

#IdentityLinks li:last-child {
    border-bottom: 1px solid #fff;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

#SiteLogin:after {
    width: 60px;
    height: 60px;
    display: block;
    background-image: url('./footer.png');
    content: '';
    background-size: contain;
    margin: 0 auto 1.5rem;
}
