/*
 *
 * Login Styles
 *
----------------------------------------------- */
/* =Fonts
----------------------------------------------- */
@font-face {
  font-family: 'HelveticaNeueLTStd67MediumCondensed';
  src: url("fonts/helveticaneueltstd-mdcn.eot");
  src: url("fonts/helveticaneueltstd-mdcn.eot") format("embedded-opentype"), url("fonts/helveticaneueltstd-mdcn.woff") format("woff"), url("fonts/helveticaneueltstd-mdcn.ttf") format("truetype"), url("fonts/helveticaneueltstd-mdcn.svg#HelveticaNeueLTStd67MediumCondensed") format("svg");
  font-weight: normal;
  font-style: normal; }
body.login {
  background-color: #e5e5e5;
  min-height: 100%; }

body.login div#login {
  display: block; }

body.login div#login form,
.message {
  text-shadow: none; }

body.login div#login form#loginform {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.85);
  text-shadow: none;
  border-radius: 5px; }

body.login div#login form#loginform input#user_login,
body.login div#login form#loginform input#user_pass {
  font-size: 16px; }

@media screen and (orientation: portrait) {
  html, body {
    max-height: none !important;
    height: 100% !important; } }
@media screen and (orientation: landscape) {
  html, body {
 } }
@media screen and (max-width: 800px) {
  html, body {
    min-height: 100% !important; }

  body.login {
    background-size: cover; } }
/*--------------------------------------------------------------
  	by Lenorique, p.lenorique.ru
--------------------------------------------------------------*/
