body {
  background-color: #303030;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
.formwrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 400px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.logo {
  padding-bottom: 50px;
  text-align: left;
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
.field {
  height: 50px;
  padding-right: 0px;
  padding-left: 15px;
  border: 1px solid #5a5a5a;
  border-radius: 0px;
  background-color: transparent;
  color: #cecece;
  text-decoration: none;
}
.field.enquiry {
  height: 150px;
  padding-top: 12px;
}
.button {
  width: 100%;
  height: 50px;
  border: 1px solid white;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: background-color 317ms ease;
  transition: background-color 317ms ease;
}
.button:hover {
  background-color: white;
  color: black;
}
.paragraph {
  margin-bottom: 0px;
  padding-top: 50px;
  color: #646464;
}
.success {
  border: 1px solid white;
  background-color: transparent;
}
.text {
  margin-bottom: 0px;
  color: white;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
  .formwrapper {
    left: 50%;
    top: 0px;
    width: 90%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .logo {
    padding-top: 50px;
  }
  .paragraph {
    font-size: 11px;
    line-height: 16px;
  }
}

