﻿body {
    
}
#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
    z-index: 1000;
}
.has-error {
    border-color: red;
}
.side-margins {
    margin-left: 5px;
    margin-right: 3px;
}

.side-margins-small {
    margin-left: 2px;
    margin-right: 1px;
}

#LogoSection {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#HeadFields {
    margin-top: 26px;
}

.form4lbl {
    color: darkorange !important;
}

.form4input {
    /*border-color: orange !important;  <<-can not do this or it messes with the red missing value border*/
}
.form4desc {
    color:green;
    font-size: small;
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
