﻿body {
    background: transparent !important;
    background-color: transparent !important;
    font-family: 'Segoe UI', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    padding-bottom: 20px;
    padding-top: 50px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Segoe UI', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


.logo-image {
    margin: 0 auto;
    max-height: 100px !important;
}

.mainbox {
    margin-top: 50px !important;
}

.mainbox img {
    margin-bottom: 50px !important;
}

.panel-body {
    padding-top: 30px !important;
}

label.error {
    color: #FF0004;
    margin-top: 10px;
}



.logo-image {
    margin: 0 auto;
    max-height: 100px !important;
}

.panel {
    background-color: rgba(255, 255, 255, 0.5) !important;
    color: black !important;
}

.panel-info {
    border-color: transparent !important;
}

.panel-heading {
    background-color: #f5f5f5 !important;
    border-bottom: 1px solid #ddd !important;
    color: black !important;
}

.panel-body {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.hr-black {
    border-top: 1px solid #888;
}

.hr-grey {
    border-top: 1px solid #ddd;
}

.login-panel-body {
    padding-top: 100px !important;
}
