html {
  height: 100%; }

body {
  background: url("../img/login-bg.jpg") center center no-repeat;
  background-size: cover;
  height: 100%;
  margin: 0; }

.login-wrap {
  width: 380px;
  min-height: 275px;
  background-color: #fff;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 27px 30px 30px 28px;
  top: 50%;
  left: 50%;
  margin-left: -190px;
  margin-top: -138px; }
  .login-wrap.request-wrap {
    height: 228px;
    margin-top: -138px;
    display: none; }

.clear {
  clear: both; }

.login-head h1 {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  float: left;
  margin: 0;
  position: relative;
  top: 10px; }
.login-head img {
  float: right; }

.login-form {
  margin-top: 27px;
  text-align: right; }
  .login-form div {
    text-align: left;
    clear: both; }
  .login-form label {
    font-family: Arial, sans-serif;
    color: #858585;
    font-size: 13px;
    position: relative;
    top: 10px;
    left: 2px; }
  .login-form input {
    font-family: Arial, sans-serif;
    color: #555655;
    font-size: 13px;
    border: 1px solid #d9d9d9;
    float: right;
    width: 230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 11px;
    padding: 9px 1px 9px 15px; }
  .login-form input[type="password"] {
    font-size: 23px;
    padding: 5px 1px 1px 13px; }
  .login-form a {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #333333;
    position: relative;
    top: 24px;
    right: 15px; }
    .login-form a:hover {
      text-decoration: none; }
  .login-form button {
    margin-top: 16px;
    padding: 10px 17px 11px 13px;
    font-family: Arial, sans-serif;
    color: #fff;
    float: right;
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c1233b), color-stop(1, #8b1022));
    background-image: -o-linear-gradient(bottom, #c1233b 0%, #8b1022 100%);
    background-image: -moz-linear-gradient(bottom, #c1233b 0%, #8b1022 100%);
    background-image: -webkit-linear-gradient(bottom, #c1233b 0%, #8b1022 100%);
    background-image: -ms-linear-gradient(bottom, #c1233b 0%, #8b1022 100%);
    background-image: linear-gradient(to bottom, #c1233b 0%, #8b1022 100%);
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .login-form button:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 19px;
      height: 10px;
      background: url("../img/log-in-ico.png") center center no-repeat;
      margin-right: 7px; }
  .login-form.request-form button {
    float: right;
    line-height: 37px;
    padding: 0 17px 0 13px;
    height: 37px; }
    .login-form.request-form button:before {
      display: none; }
  .login-form.request-form a {
    color: #797979;
    font-family: Arial, sans-serif;
    font-size: 13.3333px;
    position: relative;
    top: 16px;
    right: 0;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    padding: 1px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e9e9e9), color-stop(1, #b9b9b9));
    background: -o-linear-gradient(bottom, #e9e9e9 0%, #b9b9b9 100%);
    background: -moz-linear-gradient(bottom, #e9e9e9 0%, #b9b9b9 100%);
    background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #b9b9b9 100%);
    background: -ms-linear-gradient(bottom, #e9e9e9 0%, #b9b9b9 100%);
    background: linear-gradient(to bottom, #e9e9e9 0%, #b9b9b9 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
    background-clip: padding-box;
    z-index: 1; }
    .login-form.request-form a span {
      display: block;
      padding: 0 17px 0 13px;
      line-height: 35px;
      background: -webkit-gradient(#fbfbfb, #dadadb);
      background: -o-linear-gradient(#fbfbfb, #dadadb);
      background: -moz-linear-gradient(#fbfbfb, #dadadb);
      background: -webkit-linear-gradient(#fbfbfb, #dadadb);
      background: -ms-linear-gradient(#fbfbfb, #dadadb);
      background: linear-gradient(#fbfbfb, #dadadb);
      z-index: -1;
      border-radius: 3px; }

@media (max-width: 380px) {
  .login-head.request-head h1 {
    top: 6px;
    width: 47%; }
  .login-head h1 {
    top: 15px;
    font-size: 22px; }
  .login-head img {
    float: right;
    width: 142px;
    padding-top: 1px; }

  .login-wrap {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: static;
    padding: 30px 22px 30px 20px;
    margin: 0; }
    .login-wrap.request-wrap {
      margin-top: 0;
      height: auto; }

  .login-form {
    padding-left: 2px;
    text-align: left; }
    .login-form label {
      position: relative;
      padding-bottom: 16px;
      display: block;
      font-size: 17px;
      top: 6px;
      left: -1px; }
    .login-form input {
      width: 100%;
      margin-bottom: 22px;
      font-size: 17px;
      padding: 7px 1px 6px 13px; }
    .login-form a {
      font-size: 11px;
      position: relative;
      font-size: 17px;
      top: 25px;
      right: 0px; }
      .login-form a:hover {
        text-decoration: none; }
    .login-form button {
      margin-top: 13px;
      padding: 14px 12px 13px 13px;
      width: 100%;
      text-align: center;
      font-size: 18px;
      float: none; }
      .login-form button:before {
        width: 25px;
        height: 13px;
        margin-right: 10px;
        background-size: cover; }
    .login-form.request-form button {
      float: none;
      line-height: 48px;
      padding: 0 12px 0 13px;
      height: 48px; }
    .login-form.request-form a {
      color: #797979;
      font-family: Arial, sans-serif;
      font-size: 13.3333px;
      position: relative;
      top: 16px;
      margin-right: 0;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .login-form.request-form a span {
        padding: 0;
        line-height: 46px;
        text-align: center;
        font-size: 18px; } }

/*# sourceMappingURL=style.css.map */
