﻿html {
    min-height: 100%;
}

body {
    height: 100%;
    background: transparent;
}

.body-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.control-label,
.modal-title {
    color: #FFF;
    text-shadow: 1px 1px 1px #222;
}
