﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:200,400,600&subset=latin-ext,latin');

span {
  color: inherit;
}

body {
  padding: 0;
  font-family: 'Open Sans', Calibri, sans-serif;
  font-size: 9pt;
  font-weight: 200;
  color: #ffffff;
}

h1 {
  display: inline;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Futura, sans-serif;
  font-weight: 300;
  text-shadow: 2px 2px 1px #134679;
}

.registration h1 {
  text-shadow: 2px 2px 1px #371673;
}

a, a:hover, a:visited, a:active {
  color: #fff;
}

a:hover {
  text-decoration: underline;
}

hr {
  border: 0;
  border-top: 1px solid #336699;
}

p {
  margin: 0;
  padding: 0;
  color: #ffffff;
}

label {
  font-weight: 200;
  text-align: right;
}

.alert {
  margin-bottom: 10px;
  padding: 10px;
}

#titleBox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#loginDecorator {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  background: url('/Images/afloat-icon-32x32.png') no-repeat;
}

.contentBox {
  margin-top: 20px;
  padding: 20px 20px 10px 20px;
  background-color: #4376a9;
  border: 1px solid #4376a9;
  border-radius: 15px;
  text-align: left;
}

.registration .contentBox {
  background-color: #6f4db2;
  border: 1px solid #6f4db2;
}

#ControlsPanel {
  margin-top: 30px;
}

#ControlsPanel span {
  margin-right: 10px;
}

#ControlsPanel input[type=submit] {
  width: 100%;
}

#loginErrorIcon {
  margin-right: 8px;
  color: #8a6d3b;
}
