body,
html {
  font-size: 62.5%;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  zoom: 1;
  overflow: visible;
  position: absolute;
}

form {
  width: 50%;
  max-width: 668px;
}

.form__wrapper {
  display: flex;
height: 50rem;
}

/* LEFT COLUMN */

.left__column {
  background-image: url("//image.success.touchbistro.com/lib/fe3111717164047e7d1075/m/1/7332ccf7-5ccd-4839-9789-2c0181b5ba0c.jpg");
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 10%;
}

.left__column img {
  width: 35%;
  min-width: 102px;
  padding: 10% 0;
}

.left__column h3 {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  font-family: Roboto, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4rem;
  text-align: left;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-radius: 0px;
  line-height: 1.1;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px inset;
  text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
  padding: 0px;
  margin: 0px;
  letter-spacing: normal;
}

.left__column p {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  font-family: Lora, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  text-align: left;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-radius: 0px;
  line-height: 1.4;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px inset;
  text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
  padding: 0px;
  margin: 0px;
  letter-spacing: normal;
}

/* RIGHT COLUMN */

.right__column {
  width: 50%;
height: 100%
}

.right__column--inner {
  padding: 0 8%;
height: 10%
}

.cross_holder {
  text-align: right;
}

.right__column img {
  width: 8%;
  padding-bottom: 5%;
}

.right__column input {
  width: 100%;
  color: rgb(118, 118, 118);
  background-color: rgb(255, 255, 255);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  text-align: left;
  border-width: 0px 0px 1px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px inset;
  text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
  padding: 0px 14px;
  margin: 0px;
  display: block;
  width: 100%;
  max-height: 52px;
  height: 4rem;
  cursor: auto;
}

.right__column select {
  height: 3rem;
  margin: 2px 0px;
  padding: 0px 14px;
 font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  border-width: 0px 0px 1px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  border-radius: 0px;
  color: rgb(118, 118, 118);
  background-color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px inset;
  line-height: 50px;
  width: 110%;
}

.right__column button {
  color: rgb(255, 255, 255);
  background-color: rgb(61, 91, 121);
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  width: 100%;
  height: 5rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px inset;
  cursor: pointer;
}

#opt-in_marketing,
#gdpr {
  height: 5%;
margin-top: 5px;
}

#opt-in_marketing label,
#gdpr label {
  display: flex;
  height: 2rem;
}

#opt-in_marketing input,
#gdpr input {
  width: 10%;
height: 1rem;
}

#opt-in_marketing span,
#gdpr span {
  width: 90%;
  font-size: 1.4rem;
}

@media only screen and (max-width: 900px) {

body {
margin: 0;
}

  form {
    width: 100%;
  }

  .container {
    align-items: baseline;
  }

  .form__wrapper {
    flex-direction: column;
  }

  .left__column {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 2rem;
  }

  .left__column h3 {
    padding: 3rem 0;
  }

  .left__column img {
    display: none;
  }

  .left__column p {
    padding-bottom: 3rem;
  }

  .left__column--top h3,
  .left__column--bottom p {
    text-align: center;
  }

  .right__column {
    width: 100%;
  }

.right__column select {
width: 100%;
padding: 0;
}

  .right__column--inner {
    padding: 0 10%;
margin-bottom: 10px;
  }

.right__column input {
padding: 0;
}

  .right__column img {
    width: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
}

