* {
  margin: 0px;
  border: 0px;
  padding: 0px; }

a {
  text-decoration: none; }

html, body {
  width: 100%;
  height: 100%; }

:root {
  font-family: 'Roboto', Arial, sans-serif; }

div,
p, strong,
h1, h2, h3, h5 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

div,
form,
input,
label,
button,
nav, li,
section,
article,
figure,
figcaption,
fieldset,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.top_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../img/application_bg.jpg) center no-repeat;
  background-size: cover; }

.application_form {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 570px;
  height: 500px; }
  .application_form .logo {
    width: 100%;
    height: 80px;
    background: url(../img/netbell_logo_white.png) center no-repeat;
    background-size: 260px auto;
    margin-bottom: 10px; }
  .application_form h1 {
    position: relative;
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    line-height: 50px;
    padding-bottom: 18px;
    text-align: center; }
    .application_form h1:after {
      position: absolute;
      content: "";
      height: 1px;
      width: 100%;
      bottom: 0;
      left: 0;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 30%, white 50%, white 70%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, white), color-stop(50%, white), color-stop(70%, white), color-stop(100%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 30%, white 50%, white 70%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 30%, white 50%, white 70%, rgba(255, 255, 255, 0) 100%);
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 30%, white 50%, white 70%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 30%, white 50%, white 70%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
      opacity: 1; }
  .application_form form.application {
    display: block;
    width: 100%;
    padding: 15px 45px; }
    .application_form form.application fieldset {
      position: relative;
      display: block;
      width: 480px;
      height: 40px;
      margin-bottom: 10px; }
      .application_form form.application fieldset .promo_text {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 480px;
        font-size: 14px;
        color: #1ee664;
        line-height: 16px;
        text-align: center; }
      .application_form form.application fieldset label {
        display: block;
        float: left;
        width: 200px;
        height: 40px;
        font-size: 14px;
        font-weight: 400;
        line-height: 40px;
        color: #fff; }
      .application_form form.application fieldset .field_input {
        -webkit-appearance: none;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        border: 1px solid #fff;
        background-color: transparent;
        padding: 10px 12px;
        font-family: 'Roboto', Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        line-height: 18px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        outline: 0 none; }
        .application_form form.application fieldset .field_input:hover, .application_form form.application fieldset .field_input:focus {
          background-color: rgba(255, 255, 255, 0.2); }
      .application_form form.application fieldset .field_input::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
        text-align: left; }
      .application_form form.application fieldset .field_input::-moz-placeholder {
        color: #fff;
        opacity: 1;
        text-align: left; }
      .application_form form.application fieldset .field_input:-moz-placeholder,
      .application_form form.application fieldset .field_input:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
        text-align: left; }
      .application_form form.application fieldset .input_wrp {
        float: right;
        width: 256px;
        height: 40px; }
        .application_form form.application fieldset .input_wrp.promo {
          width: 125px; }
          .application_form form.application fieldset .input_wrp.promo .field_input {
            text-align: center;
            text-transform: uppercase;
            font-weight: 500;
            background-color: rgba(255, 255, 255, 0.2); }
            .application_form form.application fieldset .input_wrp.promo .field_input:hover, .application_form form.application fieldset .input_wrp.promo .field_input:focus {
              background-color: rgba(255, 255, 255, 0.4); }
            .application_form form.application fieldset .input_wrp.promo .field_input.focus {
              background-color: white;
              color: #000; }
          .application_form form.application fieldset .input_wrp.promo .field_input::-webkit-input-placeholder {
            color: #fff;
            font-weight: 400;
            opacity: 1;
            text-align: center;
            text-transform: none; }
          .application_form form.application fieldset .input_wrp.promo .field_input::-moz-placeholder {
            color: #fff;
            font-weight: 400;
            opacity: 1;
            text-align: center;
            text-transform: none; }
          .application_form form.application fieldset .input_wrp.promo .field_input:-moz-placeholder,
          .application_form form.application fieldset .input_wrp.promo .field_input:-ms-input-placeholder {
            color: #fff;
            font-weight: 400;
            opacity: 1;
            text-align: center;
            text-transform: none; }
    .application_form form.application .bottom_part {
      width: 100%;
      height: 50px;
      padding-top: 10px;
      position: relative;
      text-align: center; }
      .application_form form.application .bottom_part .send {
        width: 255px;
        height: 40px;
        margin: 0px auto;
        -webkit-appearance: none;
        border-radius: 3px;
        border: 1px solid #1ee664;
        font-family: 'Roboto', Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #1ee664;
        line-height: 38px;
        text-transform: uppercase;
        text-align: center;
        background-color: rgba(30, 230, 100, 0.2);
        cursor: pointer;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        outline: 0 none; }
        .application_form form.application .bottom_part .send:hover, .application_form form.application .bottom_part .send:focus {
          background-color: #1ee664;
          color: #fff; }
      .application_form form.application .bottom_part .link {
        position: absolute;
        top: 10px;
        height: 40px;
        font-size: 14px;
        color: #fff;
        line-height: 40px; }
        .application_form form.application .bottom_part .link:hover {
          text-decoration: underline; }
        .application_form form.application .bottom_part .link.back {
          left: 0; }
        .application_form form.application .bottom_part .link.system {
          right: 0; }

/*# sourceMappingURL=application.css.map */
