﻿body {
  background: linear-gradient(45deg, #1d8aa8, #192A57) no-repeat center center fixed;
  background-size: cover;
  margin: 0px !important;
  min-width: 100% !important;
  min-height: 100% !important; }

label {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: dimgray; }

.login-content {
  padding-left: 5px; }
  @media (max-width: 767px) {
    .login-content {
      min-height: 400px; } }
  .login-content .modal-content {
    width: 980px; }
    @media (max-width: 767px) {
      .login-content .modal-content {
        display: none; } }
    @media (min-width: 768px) {
      .login-content .modal-content {
        width: 760px; } }
    @media (min-width: 992px) {
      .login-content .modal-content {
        width: 980px; } }

header .bcard {
  margin: 30px;
  font-size: 2em; }
  header .bcard .brand {
    color: #ddd;
    text-decoration: none; }
    header .bcard .brand:hover {
      color: White; }
  @media (max-width: 767px) {
    header .bcard {
      margin: 10px; }
      header .bcard br {
        display: none; } }

header .top {
  height: 100px;
  width: 100%;
  background-color: #414141; }
  @media (max-width: 767px) {
    header .top {
      height: 40px; } }

header .main {
  height: 120px;
  width: 100%;
  min-width: 470px; }
  header .main .logo-placeholder img {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 50px;
    width: 105px; }
    @media (max-width: 767px) {
      header .main .logo-placeholder img {
        border: solid 1px;
        margin-right: 10px; } }
  header .main .message {
    color: #dc1323;
    text-transform: uppercase;
    font-family: "Oswald";
    line-height: 1.5em;
    font-weight: bold;
    font-size: 1.6em;
    margin-top: 30px; }
    @media (max-width: 767px) {
      header .main .message {
        font-size: 1.4em;
        min-width: 350px; } }
  header .main .social-media {
    min-width: 260px;
    font-size: 3em;
    padding-top: 30px;
    border: solid 1px;
    margin-left: 140px; }

.navbar-inverse {
  border-color: transparent; }

.navbar-header-custom {
  background-color: #fff;
  border-bottom: solid 4px #FF595A; }
  .navbar-header-custom .navbar-nav > li > a {
    color: black; }
    .navbar-header-custom .navbar-nav > li > a:hover, .navbar-header-custom .navbar-nav > li > a:active {
      color: black; }
    .navbar-header-custom .navbar-nav > li > a:hover {
      text-decoration: underline; }

.footer {
  color: white;
  margin-left: 25px;
  margin-top: 25px; }
  .footer a:link {
    text-decoration: none;
    color: white;
    text-decoration-color: white; }
  .footer a:visited {
    text-decoration: none;
    color: white;
    text-decoration-color: white; }
  .footer a:hover {
    text-decoration: underline;
    color: white;
    text-decoration-color: white; }
  .footer a:active {
    text-decoration: underline;
    color: white;
    text-decoration-color: white; }

.navbar-inverse {
  border-color: transparent; }

.navbar-header-custom {
    background-color: #fff;
    border-bottom: solid 4px #C64C38;
    height: 50px;
}
  .navbar-header-custom .navbar-nav > li > a {
    color: black; }
    .navbar-header-custom .navbar-nav > li > a:hover, .navbar-header-custom .navbar-nav > li > a:active {
      color: black; }
    .navbar-header-custom .navbar-nav > li > a:hover {
      text-decoration: underline; }

/*footer {
    height: 100px;
    width: 100%;
    color: $standard-background-color;
    background-color: #d0d3ca;
    padding-top: 5px;
    padding-left: 25px;
    padding-bottom: 10px;

    a {
        margin-left: 5px;
        text-decoration: underline;
        color: Black;
    }

    .social-media {
        text-align: left;
        margin-top: 10px;
    }
}
*/
.login-header {
  background: White;
  height: 10em;
  width: 100%;
  padding: 0; }
  .login-header > div {
    margin-top: 30px;
    margin-left: 220px;
    color: #dc1323;
    text-transform: uppercase;
    font-family: "Oswald";
    line-height: 1.5em;
    font-weight: bold;
    font-size: 1.6em; }

.login-block {
  display: inline-block;
  box-sizing: content-box;
  width: 80%;
  padding: 80px 15px 15px 15px;
  margin: 20px 0;
  border-radius: 10px;
  background-color: white;
  font-family: "Arial"; }

.login-form-desc {
  font-family: "Arial";
  color: dimgray;
  font-weight: 100; }

@media (min-width: 768px) {
  #learn-more {
    margin-left: 80px; }
    #learn-more > div {
      width: 200px; } }

@media (min-width: 992px) {
  #learn-more {
    margin-left: 0px; }
    #learn-more > div {
      width: 300px; } }

.SectionTitle {
  font-size: 1em;
  font-weight: bold; }

.block-content {
  display: inline-block;
  padding: 14px;
  overflow: auto;
  background-color: #fff; }

.forgot-password {
  display: inline-block;
  box-sizing: content-box;
  max-width: 8em;
  padding-left: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #414141;
  font-weight: bold; }

.forgot-username {
  float: left;
  clear: both;
  text-transform: uppercase;
  color: #414141;
  font-weight: bold;
  vertical-align: middle; }

.WaterMark {
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 1em;
  color: #948f8c; }

.tab-content {
  background-color: #414141; }

.label.error {
  font-weight: normal;
  font-size: smaller;
  font-family: 'Source Sans Pro';
  color: white; }

.LoginFormSubmitButton {
  padding: 6px 12px;
  border: none;
  font-weight: bold; }

/* TABS */
.AdminLoginTab-content {
  /*border: 3px solid #FFF;*/ }
  .AdminLoginTab-content.tab-content {
    display: inline-block; }
    .AdminLoginTab-content.tab-content > .active {
      display: inline-block; }
  .AdminLoginTab-content .tab-pane {
    padding: 10px; }
  .AdminLoginTab-content .panel.panel-default {
    border: 0 none;
    background-color: transparent; }

.nav.nav-tabs.AdminLoginTabsList {
  border-bottom: 0; }

.AdminLoginTabsList {
  margin-bottom: 0; }
  .AdminLoginTabsList.nav-tabs > li {
    min-width: 140px;
    margin-bottom: -2px;
    text-align: center; }
    .AdminLoginTabsList.nav-tabs > li > a, .AdminLoginTabsList.nav-tabs > li > a:hover {
      padding-bottom: 12px;
      /*border-width: 3px 3px 0;*/
      border: 0;
      margin-bottom: 4px;
      color: #FFF;
      background-color: #505050;
      font-family: "Oswald",Arial,sans-serif;
      text-transform: uppercase;
      font-size: 14px; }
  .AdminLoginTabsList.nav-tabs > .active > a, .AdminLoginTabsList.nav-tabs > .active > a:hover, .AdminLoginTabsList.nav-tabs > .active > a:focus {
    padding-bottom: 14px;
    border: 0;
    margin-bottom: 0;
    color: #FFF;
    background-color: #414141; }

.tab-pane {
  width: 450px; }

.AdminLoginForm .page {
  background-color: #2f2f2f !important; }

span.force-inline input, span.force-inline label {
  display: inline-block; }

span.force-inline input {
  vertical-align: baseline;
  margin: 0.2em; }

.accent-help label {
  color: #414141;
  margin-left: 0.2em; }

.customlink {
  margin: 0;
  padding: 0;
  font-size: larger; }
  .customlink:link {
    text-decoration: underline;
    color: black;
    text-decoration-color: dodgerblue; }
  .customlink:visited {
    text-decoration: underline;
    color: black;
    text-decoration-color: dodgerblue; }
  .customlink:hover {
    text-decoration: underline;
    color: dodgerblue;
    text-decoration-color: dodgerblue; }
  .customlink:active {
    text-decoration: underline;
    color: dodgerblue;
    text-decoration-color: dodgerblue; }

/* ORIGINAL CSS LISTED BELOW FOR ARCHIVE PURPOSES */
/*body {
    padding: 0;
    margin: 0;
}

.login-content {
    min-height: 100%;
    position: relative;
    background-color: #2f2f2f;
}
.page {
    padding-left: 220px;
    padding-bottom: 100px;
}

header {
    background-color: Black;
    margin-bottom: 20px;
}
header .top {
    height: 100px;
    background-color: Black;
    height: 100px;
    width: 100%;
}

header .top .logo {
    position: absolute;
    float: left;
    top: 50px;
}

footer {
    background-color: #d0d3ca;
    width: 100%;
    position: absolute;
    height: 100px;
    bottom: 0;
    left: 0;
    color: Black;
}
footer > p {
    margin: 5px 10px;
}
footer a {
    text-decoration: underline;
    color: Black;
    margin-left: 5px;
}

.gradient-header {
    background: #dadbd6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' * /
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZGJkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #dadbd6 0%, #fcfcfc 100%); /* FF3.6+ * /
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadbd6), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ * /
    background: -webkit-linear-gradient(top,  #dadbd6 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ * /
    background: -o-linear-gradient(top,  #dadbd6 0%,#fcfcfc 100%); /* Opera 11.10+ * /
    background: -ms-linear-gradient(top,  #dadbd6 0%,#fcfcfc 100%); /* IE10+ * /
    background: linear-gradient(to bottom,  #dadbd6 0%,#fcfcfc 100%); /* W3C * /
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadbd6', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-8 * /
    padding: 0;
    width: 100%;
    height: 120px;
}

.gradient-header > div {
    color: #dc1323;
    text-transform: uppercase;
    font-family: "Oswald";
    line-height: 1.5em;
    font-weight: bold;
    font-size: 1.6em;
    margin-top: 30px;
    margin-left: 220px;
}

.bcard {
    font-size: 2em;
    margin: 30px;
}

.bcard .brand {
    color: #ddd;
    text-decoration: none;
}
.bcard .brand:hover { color: White; }

.login-block {
    background-color: #414141;
    padding: 15px;
    font-family: "Oswald";
    display: inline-block;
    margin: 20px 0;
    width: 450px;
}
.SectionTitle {
    font-size: 1em;
    font-weight: bold;
}
.login-block .extra-info {
    font-family: 'Source Sans Pro';
    font-weight: normal;
    font-size: 1.2em;
}

.block-content {
    background-color: #fff;
    padding: 14px;
    overflow: auto;
    display: inline-block;
}
.forgot-password {
    text-transform: uppercase;
    color:#414141;
    font-weight: bold;
    padding-left:20px; 
    vertical-align:middle;
    max-width: 8em;
    display: inline-block;
}
.forgot-username {
    text-transform: uppercase;
    color:#414141;
    font-weight: bold;
    vertical-align:middle;
    float: left;
    clear: both;
    
}
.WaterMark {
    font-family: "Oswald";
    text-transform: uppercase;
    font-size: 1em;
    color: #948f8c;
}
.tab-content {
    background-color: #414141;
}
.label.error {
    font-weight: normal;
    font-size: smaller;
    font-family: 'Source Sans Pro';
}

.LoginFormSubmitButton {
    padding: 6px 12px;
    border: none;
    font-weight: bold;
}

/* TABS * /
.AdminLoginTab-content.tab-content > .active {
    display: inline-block;
}

.AdminLoginTab-content.tab-content {
    display: inline-block;
}

.AdminLoginTab-content .tab-pane {
    padding: 10px;
}

.nav.nav-tabs.AdminLoginTabsList {
    border-bottom: 0;
}

.AdminLoginTabsList {
    margin-bottom: 0;
}

.AdminLoginTabsList.nav-tabs > li {
    margin-bottom: -2px;
    min-width: 140px;
    text-align: center;
}

.AdminLoginTabsList.nav-tabs > li > a, .AdminLoginTabsList.nav-tabs > li > a:hover {
    /*border-width: 3px 3px 0;* /
    border: 0;
    margin-bottom: 4px;
    padding-bottom: 12px;
    color: #FFF;
    background-color: #505050;
    font-family: "Oswald",Arial,sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.AdminLoginTabsList.nav-tabs > .active > a, .AdminLoginTabsList.nav-tabs > .active > a:hover, .AdminLoginTabsList.nav-tabs > .active > a:focus {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 14px;
    color: #FFF;
    background-color: #414141;
}

.tab-pane {
    width: 450px;
} 
.AdminLoginTab-content {
    /*border: 3px solid #FFF;* /
}

.AdminLoginForm .page {
    background-color: #2f2f2f !important;
}*/
