@font-face {
    font-family: 'Futura PT Medium';
    src: url('../fonts/futura_pt_medium/futura_pt_medium.woff2') format('woff2'),
    url('../fonts/futura_pt_medium/futura_pt_medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Futura PT Light';
    src: url('../fonts/futura_pt_light/futura_pt_light.woff2') format('woff2'),
    url('../fonts/futura_pt_light/futura_pt_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('../fonts/futura_pt_book/FuturaPT-Book.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

.btn--panel-heading{margin-top:-6px}

/*
body.login {
    font-family: 'Futura PT Light', 'Gill Sans', 'Gill Sans MT', 'Lato', Calibri, sans-serif;
}
*/

body.login .brand h1 {
    color: #0e4451;
    font-family: 'Futura PT Medium', 'Merriweather', Georgia, Times, 'Times New Roman', serif;
    font-size: 29px;
}
body.login .brand h1:after {
    content:"\00ae";
    vertical-align: super;
    font-size: 17px;
}

body.login .brand p {
    color: #0e4451;
    font-family: 'Futura PT Light', 'Gill Sans', 'Gill Sans MT', 'Lato', Calibri, sans-serif;
    font-size: 18px;
}

body.login .brand .logo-wrapper {
    margin-bottom: 15px;
}

body.login .brand .logo {
    max-width: 150px;
}
