/* *********************************** */
/* DEFAULTS */
/* 
  PRIMARY #ec2232 
*/
/* *********************************** */
body{
	background: #222;
	font-family: 'proxima_nova_rgregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22.4px;
  color: #ffffff;
}
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
       url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.module{
  /*background: #ffffff;*/
  padding: 0 30px 20px;
  border: 4px solid #ffffff;
  border-radius: 3px;
}
.logo-wrapper{
  padding: 0 60px;
  /*margin-top: 150px;*/
  text-align: center;
  min-width: 380px;
}
.logo-wrapper img{
  width: 280px;
}
.system-logo{
  background-size: 250px 106px;
  display: inline-block;
  width: 250px;
  height: 95px;
  position: relative;
  text-indent: -9999px;
  image-rendering: optimizeSpeed;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  color: transparent;
  /*margin-bottom: 10px;*/
  /*opacity: 0;*/
}
.cms-label{
  /*color: #ffffff;
  color: rgba(255,255,255, 0.7);*/
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}

/* *********************************** */
/* BOOTSTRAP OVERRIDE */
/* *********************************** */
.alert{
  /*padding: 15px 15px 15px 0;*/
  border-top: 0;
  /*border-left: 0;*/
  border-left-width: 2px;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  background-color: transparent !important;
}
.alert .icon{
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}
.alert .close{
  color: #ffffff !important;
  text-shadow: none !important;
}

/* TYPOGRAPHY */
/* *********************************** */
strong{
	font-family: 'proxima_nova_rgregular', Arial;
	font-weight: normal !important;
}

/* LINKS */
/* *********************************** */

a {
  color: #777777;
  text-decoration: none;
  -webkit-transition: color .1s ease-in-out, opacity .1s ease-in-out;
  transition: color .1s ease-in-out, opacity .1s ease-in-out;
}
a:hover,
a:focus {
  color: #ec2232;
  text-decoration: none;
}
a:active{
  outline: none;
}
/* FORMS */
.form-group{
  margin-bottom: 20px;
}
.form-control{
  color: #ffffff;
  border: 0;
  border-bottom: 1px solid #333 !important;
  padding: 15px 0 !important;
  background: none !important;
  font-size: 16px;
  border-radius: 0;
}
.form-control, .btn{
	box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 3px;

	/*border: none;*/
	padding: 10px 12px;
  height: 40px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.form-control:focus{
	box-shadow: none !important;
  border-color: #ffffff !important;

}

.help-block{
  font-size: 12px;
}
.help-block p{
  margin-bottom: 5px;
}
.has-error .help-block{
  /*color: #ffffff;*/
}

/* BUTTONS */
.btn{
	border-radius: 2px;
	/*border: none;*/
	padding: 10px 16px;
  background-color: transparent;
}
.btn:focus, .btn:active:focus, .btn.active:focus{
  outline: none;
  box-shadow: none;
}
.btn-default{
  color: #ffffff;
}
.btn .icon{
  font-size: 120%;
}


/* *********************************** */
/* STYLES */
/* *********************************** */
.admin-login-wrap{
  /*background: #f1f1f1;*/
  /*border-radius: 0 0 4px 4px;*/
  padding: 15px 0;
}
.admin-login-wrap a:hover{
  /*color: #ddd;*/
}




/* *********************************** */
/* CSS HELPERS */
/* *********************************** */
.topfix     { margin-top: 60px; }
.top100     { margin-top: 100px; }
.top20      { margin-top: 20px; }
.float-none { float: none; }
.tac        { text-align: center; }
