﻿html,
body {
  height: 100%;
}
.full-bg-img {  
    background: url("../img/../img/background2.jpg") no-repeat center center fixed;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bigfont {
    font-size: 3em;
}

input.bigfont {
    font-size: 2em;
}

.content {
    margin-top: 90px;
}

.td-middle {
    vertical-align: middle !important;
}

.sign-out-link, .sign-out-link:link, .sign-out-link:visited, .sign-out-link:hover, .sign-out-text {
    color: #0d1630;
}
