.uplaunch_button {
  display: block !important;
  width: calc(100% - 14px);
  border: none;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 0.6;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  margin-top: 10px;
}

.uplaunch_button:hover {opacity: 1}

.uplaunch_input
{
  margin-top: 10px;
  display: inline-block;
  width: 50%;
  padding-right: 10px !important;
}

.uplaunch_input input
{
  width: 100%;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  background: #fff;
  border: solid 1px #000;
  box-sizing: border-box;
  outline: none;
  padding: 0.36rem 0.66rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
}

.uplaunch_input.six
{
  display: inline-block;
  width: 50%;
}

.uplaunch_input.twelve
{
  display: block;
  width: 100%;
}

@media only screen and (max-width: 900px) {
    .uplaunch_input
    {
      display: block;
      width: 100%;
    }
    .uplaunch_input.six
    {
      display: block;
      width: 100%;
    }
}