#user-form input[type=number]::-webkit-inner-spin-button,
#user-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }
#user-form .user-form-wrap {
  margin-right: 5px;
    padding-bottom: 35px;
}
  @media (max-width: 600px) {
    #user-form .user-form-wrap {
      margin-right: 0; } }

#user-form .user-form-wrap .name-container .name {
    width: 50%;
    float: left;
}

#user-form .user-form-wrap .name-container .name.prefix, #user-form .user-form-wrap .name-container .name.firstname {
    text-align: left;
}

#user-form .user-form-wrap .name-container .name.title, #user-form .user-form-wrap .name-container .name.lastname {
    text-align: right;
}

#user-form .user-form-wrap .name-container .name select,
#user-form .user-form-wrap .name-container .name input {
    width: calc(100% - 5px);
}

#user-form .user-form-wrap .name-container::after {
    display: block;
    content: '';
    clear: both;
}

#user-form .user-form-wrap .company-data {
    margin-top: 20px;
}
  #user-form .user-form-wrap .address {
      margin-top: 20px;
  }
    @media (max-width: 600px) {
      #user-form .user-form-wrap .address {
        margin-bottom: 0; } }
    #user-form .user-form-wrap .address .zipcode {
      width: 30%;
      float: left; }
    #user-form .user-form-wrap .address .city {
      margin-left: 10px;
      width: calc(70% - 10px);
      float: left; }
    #user-form .user-form-wrap .address::after {
      clear: both;
      content: '';
      display: block; }

.thecube {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }
  .thecube .cube {
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg); }
  .thecube .cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .thecube .cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e84747;
    -webkit-animation: foldthecube 2.4s infinite linear both;
    animation: foldthecube 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .thecube .c2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg); }
  .thecube .c3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg); }
  .thecube .c4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg); }
  .thecube .c2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .thecube .c3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .thecube .c4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }
@keyframes foldthecube {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%,
        75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%,
        100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

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