/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

textarea:focus, input:focus {
  outline: none; }

html, body {
  width: 100%;
  min-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

body {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-weight: 400;
  background: url(../images/bg.jpg) center center no-repeat;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#app {
  display: table;
  width: 100%;
  height: 100%; }

.content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px 5%; }
  .content .line {
    width: 1px;
    height: 56px;
    margin: 38px auto;
    background: rgba(255, 255, 255, 0.2); }
  .content h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    margin: 0 auto;
    max-width: 700px;
    margin-bottom: 20px; }
  .content p {
    margin: 0 auto;
    max-width: 400px;
    margin-bottom: 40px;
    line-height: 18px; }
  .content form {
    max-width: 408px;
    margin: 0 auto; }
    .content form .form-messages {
      margin-bottom: 10px;
      line-height: 18px; }
    .content form input[type=text] {
      width: 100%;
      background: transparent;
      color: #ffffff;
      font-family: 'Roboto';
      font-size: 15px;
      font-weight: 600;
      padding: 8px 7px;
      margin-bottom: 10px;
      border: 0;
      border-bottom: 1px solid #ffffff;
      z-index: 2;
      position: relative; }
    .content form input[type=submit] {
      color: #ffffff;
      text-transform: uppercase;
      background: transparent url(../images/submit.png) right 5px center no-repeat;
      float: right;
      margin-right: -5px;
      height: 30px;
      font-size: 18px;
      font-weight: 300;
      padding-right: 65px;
      border: 0;
      cursor: pointer;
      transition: all 0.1s ease-out;
      margin-top: 20px; }
      .content form input[type=submit]:hover {
        background-position: right 0px center; }
    .content form .field {
      position: relative;
      padding-top: 10px; }
      .content form .field .placeholder {
        position: absolute;
        top: 20px;
        left: 7px;
        font-size: 15px;
        font-weight: 600;
        z-index: 1;
        transition: all 0.3s ease; }
      .content form .field.focus .placeholder {
        top: 0;
        font-size: 12px; }

@media (max-width: 768px) {
  .content h1 {
    font-size: 30px;
    line-height: normal; } }

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