body {
  background-color: #011327;
  margin: 0;
  padding: 0;
}

header {
  position: relative;
  padding: 10px 0;
  background: #043E74 url(../images/header_cas.png) no-repeat scroll -30px 0;
  min-height: 90px;
}

a, a:hover, a:visited, a:link {
  color: #2C5379;
}

main.container-fluid {
  background-color: #ffffff;
}

label {
  font-size: 0.7rem;
}

footer {
  background-color: inherit;
  position: inherit;
}

#app-name {
  display: block;
  padding: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: normal;
  font-size: 1.25rem;
  margin-top: 70px;
  text-align: center;
}

#fmFooterLogo {
  position: relative;
  float: right;
  clear: both;
  display: block;
  background-image: url(../images/fm_small.png);
  width: 125px;
  height: 105px;
  margin: 1em 5px 0.5em;
}

#login form h3 {
  border-bottom: 1px solid #ddd;
  padding: 3px 0;
  font: normal 400 1.1rem Georgia, "Times New Roman", Times, serif;
  color: #222;
}

#notices {
  font-size: 1rem;
}

.btn-submit {
  background-color: buttonface;
  color: #000000;
  border-color: #dbdbdb;
}

input[type=reset] {
  margin-left: 1em;
  border-left: 1px solid #ddd;
  color: #2C5379;
}
input[type=reset]:hover {
  color: #2C5379;
}

#sidebar h3 {
  font-size: 1.25rem;
}

/* Alert box */
.alert-box {
  color: #555;
  border-radius: 10px;
  font-family: Tahoma, Geneva, Arial, sans-serif;
  font-size: 13px;
  padding: 10px 10px 10px 36px;
  margin-bottom: 10px;
}
.alert-box div {
  display: inline-block;
}

.messageDate {
  font-weight: bold;
}

.warning {
  background: #fff8c4 url("../images/warning.png") no-repeat 10px 50%;
  border: 1px solid #f2c779;
}

.alert {
  background: #ffecec url("../images/error.png") no-repeat 10px 50%;
  border: 1px solid #f5aca6;
}

.clear {
  background: #e9ffd9 url("../images/success.png") no-repeat 10px 50%;
  border: 1px solid #a6ca8a;
}

.info {
  background: #e3f7fc url("../images/notice.png") no-repeat 10px 50%;
  border: 1px solid #8ed9f6;
}

@media (min-width: 768px) {
  header {
    position: relative;
    padding: 10px 0;
    background: #043E74 url(../images/header_cas.png) no-repeat scroll 0 0;
    min-height: 90px;
  }

  #app-name {
    padding: 0 25px 0 25px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: normal;
    font-size: 1.7rem;
    text-align: right;
    line-height: 2.5em;
    margin-top: inherit;
  }

  #fmFooterLogo {
    position: relative;
    float: right;
    clear: both;
    display: block;
    background-image: url(../images/fm_small.png);
    width: 125px;
    height: 105px;
    margin: 1em 5px 0.5em;
  }
}

/*# sourceMappingURL=franklin_marshall.css.map */
