﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}

body.front-page.login-page {
    background-image: url("../Images/background_fp.jpg");
    background-size: cover;
}

body.back-page.login-page {
    background-image: url("../Images/background_bp.jpg");
    background-size: cover;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.dropdown-toggle {
    background-color: transparent;
    color: #9d9d9d;
    padding-top: 15px;
    border: none;
    font-weight: normal;
}

.input-validation-error {
    border-color: #dd4b39;
}

.text-danger {
    color: #dd4b39;
}

body {
  font-family: Lora, 'Palatino Linotype', 'Times New Roman', serif;
  font-weight: 300;
  overflow-x: hidden;
  overflow-y: auto;
}

.login-box footer {
    color: #dadada;
    background-color: #525252;
    margin-bottom: -25px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 5px;
    padding-top: 15px;
}

/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
}
