﻿html {
    height:100%;
}

body {
    background-image: url('/Content/images/globeBackground.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

iframe {
    min-height: 0;
    width: auto;
    height: auto;
}

.loginSystemNotification {
    background-color: #6c82a1;
    border: 1px solid #4c5d75;
    color: #fff;
}

#loginHeader {
    font-family: Centaur,'Times New Roman', Times, serif;
    color: #fff;
}
