﻿@font-face {
    font-family: 'Poppins-Light';
    src: url('./fonts/Poppins-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('./fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('./fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-LightItalic';
    src: url('./fonts/Poppins-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins-BoldItalic';
    src: url('./fonts/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('./fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}




/* Layout */
body {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Poppins-Regular', -apple-system, 'Segoe UI', sans-serif;
}

@media only screen and (max-width: 439px) {
    body {
        background-image: none;
    }
}

main {
    background: #001c3d;
    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;
}

.btn-primary {
    color: #fff;
    background-color: #00b1a1;
}

.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: #00b1a1 !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;
}
