﻿body.responsive > div.form > nav {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1em;
  z-index: 100;
  background: rgba(255, 255, 255, 0); }
  body.responsive > div.form > nav a:link {
    text-decoration: none; }
  body.responsive > div.form > nav a:active {
    color: #fff; }
  body.responsive > div.form > nav .navbar-brand {
    text-decoration: none; }

body.responsive > div.form .signinBox {
  background-color: #c6bea5;
  color: #FFF; }
  @media (min-width: 576px) {
    body.responsive > div.form .signinBox.anonymous {
      border-bottom: 10px solid #dad7c8; } }

body.responsive > div.form .btn-register {
  color: #fff;
  border-color: #fff !important;
  background-color: #d9662b; }
  body.responsive > div.form .btn-register:link {
    color: #ffffff; }
  body.responsive > div.form .btn-register:visited {
    color: #ffffff; }

body.responsive > div.form .btn-register:hover {
  color: #fff;
  background-color: #BF5926;
  border-color: #fff; }
