﻿html {
    height: 100%;
}

.container {
}



body {
    font: 13px "Segoe UI";
    height: 100%;
    background: radial-gradient(#e92c2c 30%, #a71919 60%, #741010 100%);
}

.forceCenter {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
}

.forcePanelPadding {
    padding: 30px !important;
}

.forceButtonWidth {
    width: 100% !important;
}

#loginbox {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
}

#iconLogo {
    min-width: 150px;
    width: 90%;
}

#imageLogo {
    min-width: 180px;
    width: 65%;
}

.forceFontSize {
    font-size: 15px !important;
}

.forceLabelWidth {
    width: 15px !important;
    font-size: 20px !important;
}

#5pxSpacing {
    font-size: 1px;
}

#rowAbove {
    margin-top: 10%;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 20px;
    font-size: 12px;
    vertical-align: central;
    text-align: center;
}

.footerLabel {
    color: #ffffff !important;
    font: 12px "Segoe UI" !important;
    white-space: nowrap;
}