/* Fonts */
/* Desktop Font Sizes */
/* Font Weights */
/* OPTIONAL - Mobile Font Sizes */
/* Letter Spacing and Line Height */
/* Transition Effects */
/* Typography Effects */
/* Box Model Effects */
/* Globals
******************************************************************/
/* HTML Defaults */
html,
body {
  overflow-x: hidden;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
hr {
  width: 100%;
}
/* Font Stacks */
h1 {
  font-size: 3.25em;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.375em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: em;
}
h1,
h2,
h3 {
  font-family: "clarendon-urw", sans-serif;
  font-weight: 300;
}
h4,
h5,
h6,
label {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
}
body,
html {
  background-color: #fff;
}
body {
  background-size: cover;
  background-position: center;
}
#login {
  padding: 0 !important;
  margin-top: 8%;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}
a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  text-decoration: none !important;
}
.login h1 {
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px;
}
.login h1 a {
  background-image: url('../images/login-screen-logo.png');
  margin: 0 auto;
  width: 100%;
  height: 51px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  text-decoration: none !important;
}
.login #loginform {
  background-color: #f7f7f7;
  border: none;
  box-shadow: none;
  margin: 0;
}
.login #loginform .input {
  display: block !important;
  width: 100% !important;
  height: 36px !important;
  padding: 6px 12px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  color: #555555 !important;
  vertical-align: middle !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 2px solid #cccccc !important;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  border-top: none !important;
  border-left: none !important;
}
.login #loginform label {
  font-size: 16px !important;
  width: 100%;
}
.login #loginform .button {
  text-shadow: none !important;
  background-color: #E4AA4A;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  height: 34px;
  box-shadow: none;
}
.login #nav,
.login #backtoblog {
  background-color: #0C648A;
  margin-top: 0;
  padding-top: 15px;
  color: #E4AA4A;
  margin-left: 0 !important;
}
.login #nav a,
.login #backtoblog a,
.login #nav a:hover,
.login #backtoblog a:hover {
  color: #E4AA4A;
  font-size: 15px;
}
.login #backtoblog {
  padding-bottom: 10px;
}
