﻿@font-face {
    font-family: 'LTUnivers';
    src: url('../Fonts/ltunivers-420-condregular.ttf');
}

.classname {
    font-family: 'LTUnivers';
}

body:after {
    content: '';
    opacity: 1.0;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: -1;
    width: 100%;
    background-image: url(../Images/Citygrid/Background_Dashboard_we-ef6.0.jpg);
    background-size: 150% auto;
    background-repeat: no-repeat;
    background-position: top;
    height:100%;
}

@media only screen and (max-width: 1050px) {
    body:after {
        background-size: auto 1050px;
    }
}


.seneco-browser-message {
    background-color: white;
}

a#logo > img {
    height: 30px;
    padding-left: 62px;
    padding-right: 62px;
}

#navigation.seneco-top-bar, .seneco-top-bar {
    background-color: white;
    color: black;
    font-family: "LTUnivers";
}

#login-form-container {
    background-color: rgba(255,255,255,0.8);
    font-family: LTUnivers;
    padding-bottom: 10px;
    padding-right: 50px;
    max-width: 635px;
    margin-left: 20%;
    margin-top: 60px;
}

#navbar-container {
    margin-left: calc(20% - 77px);
}

#dashboard-login-btn {
    background-color: white;
    color: black;
    border-color: black;
    border-radius: 0px;
}

#navbar {
    max-width: 700px;
}

#dashboard-title {
    float: right;
}