﻿body {
    padding-top: 80px;
    padding-bottom: 20px;
}


#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

.loginPad {
    border-style: solid;
    border-width: thick;
    border-color: rgba(200,200,200,0.8);
    background-color: rgba(255, 255, 255, 0.4);
}

.logo {
    width: 95%;
}

.greyColor {
    color: rgb(80,80,80);
}

#logoImage {
    margin: 15px;
}

.navbar-custom {
    background-color: rgb(255, 255, 255);
}
