@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,600,400,300,200);
body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #db2032; }

a {
  color: #000; }

/*font weights and sizes */
.font300 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300; }

.font400 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400; }

.font600, .white {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600; }

.font700 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700; }

.font12 {
  font-size: 12px; }

.font14 {
  font-size: 14px; }

.font16 {
  font-size: 16px; }

.font24 {
  font-size: 24px; }

.font32 {
  font-size: 32px; }

/*end font weights and sizes*/
.inline {
  display: inline-block; }

.wrap {
  width: 100%; }

.font12 {
  font-size: 12px; }

.font14 {
  font-size: 14px; }

.font16 {
  font-size: 16px; }

.font24 {
  font-size: 24px; }

.font32 {
  font-size: 32px; }

.primary-color {
  color: #db2032; }

.white {
  color: #fff; }

.rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%; }

.middle {
  display: table-cell;
  vertical-align: middle; }

.login-form {
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 5%;
  margin-left: auto;
  margin-right: auto; }

.login-header {
  background-color: white;
  text-align: center;
  padding: 30px; }
  .login-header h2 {
    margin: 0;
    padding: 0; }

.login-content {
  padding: 20px;
  text-align: center; }

form {
  margin-top: 25px;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.formstyle label, .formstyle select, .formstyle input {
  display: inline-block;
  margin-bottom: 15px; }
.formstyle input {
  margin-left: -10px;
  border: none; }
.formstyle select {
  margin-left: -10px;
  border: none; }
.formstyle label {
  width: 25%;
  background-color: rgba(255, 255, 255, 0.5);
  height: 34px;
  vertical-align: bottom; }
  .formstyle label p {
    padding: 7px; }
.formstyle label + input  {
  width: 75%; }
.formstyle input + input  {
  float: right; }

.formstyle label  + select {
    width: 75%; }


.enter-site {
  float: right;
  margin-right: 5px;
  height: 34px;
  background-color: #db2032;
  border: none; }

.contact-us {
  display: inline;
  float: left;
  padding-left: 5px;
  margin-top: 5px; }

.lock {
  color: #000;
  background-color: #fff;
  padding: 7px 10px 5px;
  margin-left: -2px; }

.lock-text {
  padding: 5px;
  vertical-align: 2px; }

.fa-lg {
  line-height: 0.5em; }

/* Media Queries */
@media (max-width: 768px) {
  .contact-us {
    float: none;
    margin: 0;
    padding: 0; }

  .enter-site {
    float: none;
    margin-top: 10px; }

  .login-form {
    padding-bottom: 0; } }

/*# sourceMappingURL=login.min.css.map */
