body {
    background: url('/static/images/bg1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.spacer {
    height: 1.5em;
    width: 100%;
}

.card-top-bar {
    width: 100%;
    height: 15px;
    background: darkslategray;
}

span.card-title{
    font-weight: bold !important;
    font-size: 20pt !important;
    color:white !important;
    text-shadow: 0px 0px 10px black;
}

.cardDescription {
    font-family: 'Sunflower';
    font-size: 14pt;
}

.cardContentH {
    height: 200px;
    max-height: 200px;
}

.iframeClass {
    width: 100%;
    height:1000px;
}

.specialContainer {
    margin-right: 10px;
    margin-left: 10px;
}

.aViewChart {
    cursor: pointer;
    font-style: 'Roboto';
    font-size: 14pt;
}

.cstomlogo {
    margin-top:0px;
}

.helptext > ul {
    background-color: lightgreen !important;
    padding: 5px;
    font-style: 'Sunflower';
    padding-left: 10px !important;
    color: darkcyan;
    border-radius: 10px;
}

.errorlist {
    background-color: lightcoral;
    padding: 5px;
    font-style: 'Sunflower';
    padding-left: 10px !important;
    color: black;
    border-radius: 10px;
}

.mvisiaHeader {
    padding: 5px;
}

.custommargin {
    padding:0px;
}

.forgotpass {
    text-align: right;
    display: inline;
    float: right;
}

.passlink {
    padding-top: 10px;
    display: block;
    font-size: 10pt;
    font-family: 'Sunflower';
}

.rightalign {
    display: inline-block;
    float: right;
}

.btn-centerme{
    margin-top: 5px;
    margin-right: 10px;
    background: darkslateblue !important;
}