﻿html {
  position: relative;
  min-height: 100%;
  overflow-x:hidden;
}
body {
  background-color:#323232!important;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  min-height:100%;
  height:100%!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight:normal!important;
    text-transform:uppercase;
}
.login-container {
    margin-top: 130px;
    margin-bottom: 130px;
}
.form-top-buffer {
    margin-top:3px;
}
.login-logo {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:100%;
}
.login-input {
    border:2px #008781 solid;
}
.login-btn {
    background-color:#008781;
    color:white!important;
    font-size:16px;
    font-weight:bold;
    margin-top:10px;
}
.panel {
    border:5px solid white!important;
}
.reminder-btn {
    background-color:#00B3EC;
    color:white!important;
    font-size:16px;
    font-weight:bold;
    margin-top:10px;
}
.panel-heading {
    border-bottom:0px!important;
}
.login-panel {
    padding:0px;
}
.panel-body {
    padding:10px!important;
    background-color:white!important;
}
.panel-heading {
    padding:0px!important;
}
.panel-body > label > small {
    color:white;
}
.panel-body > a {
    color:white;
}
.panel-terms {
    background-color:white!important;
    margin:20px;
    padding:20px;
}
.footer {
    width: 100%;
    background-color: white;
    position:absolute;
    min-height:250px;
    overflow-x:hidden;
    overflow-y:hidden;
    border-top:2px solid #d7182a;
}
@media (min-width:992px) {
    .footer-menu {
        margin-top: 15px;
        border-top: 1px white solid;
        border-bottom: 1px white solid;
    }
}
@media (min-width: 992px) {
    .footer-logo {
        border-right: 1px solid white;
    }
    .footer-logo>img {
        float:right!important;
    }
}
@media (max-width: 991px) {
    .footer-logo>img {
        margin: 0 auto;
    }
}
.footer-logo-row {
    margin-top:20px;
}
.footer-company {
    margin:15px;
    color:white;
}
.footer-label {
    color:white;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
.divide-panel {
    border-bottom:1px solid lightgrey;
}
.quest-text {
    font-size:20px;
    margin-top:10px;
    margin-bottom:10px;
}
.footer-controls {
    min-height:55px;
}
.panel-body-back {
    background-color:white!important;
    padding:15px!important;
    min-height:250px;
}
.new-member-text {
    font-weight:normal!important;
    text-transform:uppercase;
    line-height: 1;
    font-size: 12px;
    color: black;
    font-weight: 400;
    z-index: 2;
    position: relative;
    display: inline-block;
    background-color: white;
    padding: 0 8px 0 7px;
}
.new-member {
    color: black;
    text-align: center;
    position: relative;
    top: 2px;
    padding-top: 1px;
    margin-bottom: 14px;
    line-height: 0;
}
.new-member:after{
    content: "";
    width: 100%;
    background-color: transparent;
    display: block;
    height: 1px;
    border-top: 1px solid black;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
}
.signup-btn {
    background-color:#18b6e5;
    color:white!important;
    font-size:16px;
    font-weight:bold;
    margin-top:10px;
}
.col-md-logo {
    width:11.11111%!important;
    float:left!important;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.login-panel {
    border:3px solid black!important;
}
.login-panel>.panel-footer {
    background-color:white!important;
    border:none!important;
}