@import url(https://fonts.googleapis.com/css?family=Roboto:400,300italic,300,400italic,500,500italic,700,700italic,100italic,100,900,900italic&subset=latin,cyrillic-ext,cyrillic);
body {
  background: #000;
  font-family: 'Roboto';
  font-weight: 300; }

#auth, #forget {
  min-width: 250px;
  max-width: 300px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 65px 50px 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  #auth #logo, #forget #logo {
    display: block;
    width: 156px;
    height: 54px;
    margin: 0 auto;
    background: url("../images/logo.png") no-repeat; }
  #auth p, #forget p {
    text-align: center; }
    #auth p a, #forget p a {
      color: #ef4e22;
      font-size: 14px; }
  #auth form, #forget form {
    margin: 60px 0; }
    #auth form .field, #forget form .field {
      position: relative;
      border-bottom: 1px solid #d9d9d9;
      margin-bottom: 7px; }
      #auth form .field input[type=text], #auth form .field input[type=password], #forget form .field input[type=text], #forget form .field input[type=password] {
        font-family: 'Roboto';
        font-weight: 300;
        padding: 10px 0;
        margin-bottom: 5px;
        border: none;
        font-size: 18px;
        color: #000; }
        #auth form .field input[type=text]::-moz-placeholder, #auth form .field input[type=password]::-moz-placeholder, #forget form .field input[type=text]::-moz-placeholder, #forget form .field input[type=password]::-moz-placeholder {
          color: #d5d5d5; }
        #auth form .field input[type=text]:-moz-placeholder, #auth form .field input[type=password]:-moz-placeholder, #forget form .field input[type=text]:-moz-placeholder, #forget form .field input[type=password]:-moz-placeholder {
          color: #d5d5d5; }
        #auth form .field input[type=text]:-ms-input-placeholder, #auth form .field input[type=password]:-ms-input-placeholder, #forget form .field input[type=text]:-ms-input-placeholder, #forget form .field input[type=password]:-ms-input-placeholder {
          color: #d5d5d5; }
        #auth form .field input[type=text]::-webkit-input-placeholder, #auth form .field input[type=password]::-webkit-input-placeholder, #forget form .field input[type=text]::-webkit-input-placeholder, #forget form .field input[type=password]::-webkit-input-placeholder {
          color: #d5d5d5; }
        #auth form .field input[type=text]::placeholder, #auth form .field input[type=password]::placeholder, #forget form .field input[type=text]::placeholder, #forget form .field input[type=password]::placeholder {
          color: #d5d5d5; }
        #auth form .field input[type=text]::input-placeholder, #auth form .field input[type=password]::input-placeholder, #forget form .field input[type=text]::input-placeholder, #forget form .field input[type=password]::input-placeholder {
          color: #d5d5d5; }
      #auth form .field input[type=text], #forget form .field input[type=text] {
        width: 100%; }
      #auth form .field input[type=password], #forget form .field input[type=password] {
        width: 90%; }
      #auth form .field input:focus, #forget form .field input:focus {
        outline: 0; }
      #auth form .field button, #forget form .field button {
        border: none;
        position: absolute;
        top: 9px;
        right: 0;
        background: none;
        outline: none;
        cursor: pointer;
        font-size: 25px; }
        #auth form .field button[disabled], #forget form .field button[disabled] {
          cursor: default; }
        #auth form .field button:before, #forget form .field button:before {
          margin: 0; }
        #auth form .field button.icon-attention, #forget form .field button.icon-attention {
          color: red; }
  #auth .info-message, #forget .info-message {
    padding: 55px 0px;
    text-align: center; }

#auth {
  height: 290px; }

#forget {
  height: 215px; }

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