﻿@import url(https://fonts.googleapis.com/css?family=Roboto);

* {
    margin: 0;
    padding: 0;
    font-weight: 300;
}

body {
    font-family: 'Roboto', sans-serif;
    color: black;
    font-weight: 300;
    margin: 0;
    font-family: Helvetica;
}

.loginTable {
    @media only screen and (min-width : 700px) {

        .leftPanel {
            background-image: url("/graphics/BKLC.jpg");
        }
    }
}

form input[type=submit] {
    background-color: #9A0000 !important;
    color: white !important;
}
