﻿/*@font-face {
    font-family: 'GothamLight';
    src: url('/fonts/Gotham-Light.eot');
    src: url('/fonts/Gotham-Light.otf') format('opentype'), url('/fonts/Gotham-Light.eot?iefix') format('embedded-opentype'), url('/fonts/Gotham-Light.woff') format('woff'), url('/fonts/Gotham-Light.ttf') format('truetype'), url('/fonts/Gotham-Light.svg#gothamlight') format('svg');
}
*/

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Regular.ttf');
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: GothamLight, Arial, Helvetica, sans-serif;
    min-width: 600px;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #00aeef;
}

.coreHeaderText {
    font-weight: bold;
    margin-bottom: 20px;
    color: #00aeef;
    font-size: 24pt;
}

.panelWrap {
    width: 500px;
    margin: 50px auto 50px auto;
    font-size: 14pt;
    border: solid 1px #00aeef;
    border-radius: 8px;
    padding: 20px 10px 50px 10px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.4);
}

.coreButton {
    background-color: #00aeef;
    color: #fff;
    text-align: center;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    margin: 5px;
    flex-wrap: wrap;
}

    .coreButton:hover {
        background-color: #04b2f4;
        box-shadow: 0 4px 6px rgba(0,0,0,0.4);
    }

.formInput {
    border: solid 1px #00aeef;
    border-radius: 4px;
    font-size: 16pt;
    color: #00aeef;
    background-color: #fff;
    padding: 4px 5px 4px 5px;
}

