
@charset "UTF-8";
* {
  margin: 0px;
  border: 0px;
  padding: 0px; }

html {
  font: normal 14px 'Roboto', Arial, sans-serif;
  color: #454545; }

body {
  background: url("../img/application_bg.jpg") 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed; }

a {
  color: #0794d8;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

a:hover {
  color: #f85068; }

img {
  border: 0px solid red; }

div.login_wrap {
  position: absolute;
  width: 500px;
  height: 440px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4); }

div.login_title {
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 300;
  line-height: 60px;
  color: #696969;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center; }

.login_logowrap {
  width: 100%;
  text-align: center; }

div.short_descr {
  text-align: center;
  padding: 0px 20px 20px 20px;
  color: rgb(90,90,90);
  margin: -20px 0px 0px 0px;
}

img.login_logo {
  height: 60px;
  text-align: center;
  margin: 70px 0px 70px 0px; }

img.hrm_logo {
  position: absolute;
  left: 50%;
  top: 69px;
  width: 80px;
  text-align: center;
  margin: 0px 0px 0px 90px; }

.download_btn {
  float: left;
  margin: 0px 0px 20px 20px;
  width: 220px;
  height: 62px; }

.download_btn > a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  font-size: 15px;
  color: #696969;
  line-height: 60px;
  padding-left: 46px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  text-align: left; }

.download_btn > a:hover,
.download_btn > a:focus {
  color: #108ad1;
  border-color: #108AD1;
  -webkit-box-shadow: 0px 0px 12px rgba(16, 138, 209, 0.7);
  -moz-box-shadow: 0px 0px 12px rgba(16, 138, 209, 0.7);
  box-shadow: 0px 0px 12px rgba(16, 138, 209, 0.7); }

.download_btn > a {
  background: url(../img/icon_pdf.png) 10px 9px no-repeat;
  background-size: auto 38px; }

.download_btn > a:after {
  position: absolute;
  content: "";
  top: 13px;
  right: 10px;
  width: 34px;
  height: 34px;
  background: url(../img/icon_download.svg) center no-repeat;
  background-size: 34px auto; }

.download_btn > a:hover:after {
  background: url(../img/icon_download_blue.svg) center no-repeat;
  background-size: 34px auto; }

.start_btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 240px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #1fdf62;
  font-size: 16px;
  color: #1fdf62;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0px auto 20px;
  overflow: hidden;
  line-height: 38px;
  background-color: rgba(31, 223, 98, 0.15);
  text-align: center;
  /*.bg {
    position: absolute;
    z-index: 0;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background-color: rgba(#1fdf62, .2);
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
  }*/ }
  .start_btn:hover {
    background-color: #1fdf62;
    color: #fff;
    /*.bg {
      margin-left: -100px;
      margin-top: -100px;
      width: 200px;
      height: 200px;
      opacity: 1;
    }*/ }

.offer_btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 240px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #48a8eb;
  font-size: 16px;
  color: #48a8eb;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0px auto 20px;
  overflow: hidden;
  line-height: 38px;
  text-align: center;
  background: rgba(72,168,235,.2);
  /*.bg {
    position: absolute;
    z-index: 0;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background-color: rgba(#1fdf62, .2);
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
  }*/ }
  .offer_btn:hover {
    background-color: #48a8eb;
    color: #fff;
    /*.bg {
      margin-left: -100px;
      margin-top: -100px;
      width: 200px;
      height: 200px;
      opacity: 1;
    }*/ }

form.login_form {
  padding: 0px 20px 0px 20px;
  text-align: left;
  position: relative; }

div.login_help {
  position: absolute;
  right: 20px;
  top: 0px;
  width: 30px;
  height: 20px;
  padding: 2px 0px 8px 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e6e6e6;
  color: transparent;
  font-size: 18px;
  cursor: default;
  text-align: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

input.login_account:invalid + div.login_help {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

div.login_help:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 20px;
  margin: -1px 0px 0px -10px;
  background: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

div.login_help:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 20px;
  margin: -1px 0px 0px -10px;
  background: white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.login_account {
  margin: 0px 0px 0px 0px;
  height: 20px;
  width: 180px;
  padding: 4px 5px 6px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #787878;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: whitesmoke;
  font: normal 14px 'Roboto', Arial, sans-serif; }

input.login_account:focus {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(60, 60, 60, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(60, 60, 60, 0.2);
  box-shadow: inset 0px 0px 0px 1px rgba(60, 60, 60, 0.2);
  background: white;
  outline: none;
  color: black; }

input.login_enter {
  position: absolute;
  right: 20px;
  top: 0px;
  width: 30px;
  height: 30px;
  padding: 0px 0px 0px 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #bebebe;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: white;
  font-size: 16px;
  cursor: default;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

input.login_account:invalid ~ div.login_enter {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

input.login_enter:hover {
  background: #787878; }

input.login_enter:active {
  background: #bebebe; }

div.login_hint {
  opacity: 0;
  background: white;
  width: 200px;
  font: 400 12px 'Roboto', Arial, sans-serif;
  padding: 8px 10px 10px 10px;
  position: absolute;
  left: 50%;
  top: 30px;
  margin: 0px 0px 0px -110px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  z-index: 101;
  text-align: left;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate(0px, 20px);
  -moz-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  -o-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  color: #787878;
  visibility: hidden; }

div.login_hint::before {
  position: absolute;
  content: "";
  left: 50%;
  width: 10px;
  height: 10px;
  top: 0px;
  margin: -5px;
  background: white;
  -moz-transform: rotate(45deg);
  /* ╨Ф╨╗╤П Firefox */
  -ms-transform: rotate(45deg);
  /* ╨Ф╨╗╤П IE */
  -webkit-transform: rotate(45deg);
  /* ╨Ф╨╗╤П Safari, Chrome, iOS */
  -o-transform: rotate(45deg);
  /* ╨Ф╨╗╤П Opera */
  transform: rotate(45deg);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4); }

div.login_hint::after {
  position: absolute;
  content: "";
  left: 50%;
  width: 30px;
  height: 10px;
  top: 0px;
  margin: 0px -5px -5px -15px;
  background: white; }

div.login_help:hover div.login_hint {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 5px);
  -moz-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  -o-transform: translate(0px, 5px);
  transform: translate(0px, 5px); }

div.login_author {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: whitesmoke;
  color: #5a5a5a;
  height: 30px;
  padding: 10px 0px 0px 0px;
  -webkit-box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  font: 400 13px 'Roboto', Arial, sans-serif; }

a.login_author {
  padding: 0px 0px 0px 20px; }

/*# sourceMappingURL=login.css.map */
