/******************************************************************
Stylesheet: Variables
******************************************************************/
/******************************************************************
Stylesheet: Typography
******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900,400italic,600italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Varela+Round);
@font-face {
  font-family: 'thirsty_softblack';
  src: url("../fonts/thirsty/thirstysoftblack-webfont.eot");
  src: url("../fonts/thirsty/thirstysoftblack-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/thirsty/thirstysoftblack-webfont.woff2") format("woff2"), url("../fonts/thirsty/thirstysoftblack-webfont.woff") format("woff"), url("../fonts/thirsty/thirstysoftblack-webfont.ttf") format("truetype"), url("../fonts/thirsty/thirstysoftblack-webfont.svg#thirsty_softbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Booster_Medium';
  src: url("../fonts/Booster/Medium/BoosterNextFY-Medium.eot");
  src: url("../fonts/Booster/Medium/BoosterNextFY-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Booster/Medium/BoosterNextFY-Medium.woff") format("woff"), url("../fonts/Booster/Medium/BoosterNextFY-Medium.ttf") format("truetype"), url("../fonts/Booster/Medium/BoosterNextFY-Medium.svg#Booster_Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Booster_Bold';
  src: url("../fonts/Booster/Bold/BoosterNextFY-Bold.eot");
  src: url("../fonts/Booster/Bold/BoosterNextFY-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Booster/Bold/BoosterNextFY-Bold.woff") format("woff"), url("../fonts/Booster/Bold/BoosterNextFY-Bold.ttf") format("truetype"), url("../fonts/Booster/Bold/BoosterNextFY-Bold.svg#Booster_Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 3;
  -webkit-hyphenate-after: 4;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

body.login {
  background-color: #f5f5f5; }

/* the form box */
/*
This is the Wordpress logo in the admin area.
You'll have to load your own images and mess
with the width and height.
*/
.login h1 a {
  background: url(../images/login-logo.svg) no-repeat top center;
  background-size: cover;
  width: 326px;
  height: 67px;
  padding-bottom: 25px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 auto;
  display: block; }

form {
  margin-left: 8px;
  padding: 32px 24px;
  font-weight: normal;
  background: #f7941d !important;
  border: 10px solid #fff;
  border-radius: 1px; }

body form .input {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  width: 97%;
  padding: 3px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  background: #fff;
  outline: none; }

#login p label {
  color: #fff;
  font-size: 16px;
  font-weight: lighter; }

#login p.forgetmenot label {
  font-size: 11px; }

/*
You'll have to override some of the default styles
but since we're referencing the id, it should be easy.
*/
#wp-submit {
  position: relative;
  display: table;
  vertical-align: middle;
  font-family: "Booster_Medium", "Varela Round", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.95em;
  cursor: pointer;
  margin: 8px auto;
  background-color: #662d91;
  color: #fff !important;
  border: 2px solid #662d91; }
  #wp-submit:active {
    top: 1px; }

/* login button*/
