* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  height: 100%;
  background: #d6d3cf;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media only screen and (max-device-width: 480px) {
body {
  height: 100%;
  background: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
  }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


@media only screen and (max-device-width: 480px) {
  .wrapper {

  }
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 690px;
  min-height: 100%;
  background: white;
  border-radius: 5px;
}

@media only screen and (max-device-width: 480px) {
  .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: contents;
  position: relative;
  width: 100%;
  height: 690px;
  min-height: 100%;
  background: white;
  border-radius: 5px;
}

  }
.box--bg {
  background: url() no-repeat right bottom, white;
}

.box-left {
  position: relative;
  width: 50%;
}

@media only screen and (max-device-width: 480px) {
    .box-left {
      position: relative;
      width: 100%;
    }
}

.box-right {
  padding-left: 65px;
  width: 50%;
}

@media only screen and (max-device-width: 480px) {
  .box-right {
    padding-left: 65px;
    width: 100%;
  }
}

.box__bg {
  position: absolute;
  border-radius: 5px;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #76c5b5 0%, #536291 100%);
}

@media only screen and (max-device-width: 480px) {
.box__bg {
  position: absolute;
  border-radius: 5px;
  z-index: 0;
  top: 0;
  left: 0;
  width: 980px;
  height: 300px;
  background: linear-gradient(135deg, #76c5b5 0%, #536291 100%);
}
  }
.box__brand {
  position: absolute;
  z-index: 2;
  top: 42%;
  left: 8%;
  font-family: "Berkshire Swash", cursive;
  font-size: 100px;
  color: white;
}
@media only screen and (max-device-width: 480px) {
.box__brand {
  position: absolute;
  z-index: 2;
  top: 90px;
  left: 15%;
  font-family: "Berkshire Swash", cursive;
  font-size: 150px;
  color: white;
}
  }
.box__login {
  position: relative;
  top: 36px;
  right: 30px;
  font-size: 12px;
  text-align: right;
}
.box__login-button {
  margin-left: 10px;
}

.box__content {
  position: relative;
  top: 126px;
  padding: 16px;
}
@media only screen and (max-device-width: 480px) {
  .box__content {
  position: relative;
  top: 350px;
  padding: 0px;
}
}

.box__title {
  margin-bottom: 30px;
  font-size: 40px;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-device-width: 480px) {
  .box__title {
  margin-bottom: 30px;
  font-size: 100px;
  text-rendering: optimizeLegibility;
}
}
.box__caption {
  margin-bottom: 30px;
  font-family: "Lato", sans-serif;
  font-size: 25px;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-device-width: 480px) {
.box__caption {
  margin-bottom: 100px;
  font-family: "Lato", sans-serif;
  font-size: 50px;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
}
.menu {
  display: block;
  position: absolute;
  z-index: 3;
  width: 32px;
  height: 32px;
  top: 30px;
  left: 30px;
}
.menu__trigger:before, .menu__trigger:after, .menu__trigger span {
  position: absolute;
  width: 20px;
  height: 3px;
  top: 8.5px;
  background: white;
  border-radius: 2px;
}
.menu__trigger:before {
  content: "";
  top: 2.5px;
}
.menu__trigger:after {
  content: "";
  top: 14.5px;
}

.button {
  padding: 12px;
  width: 76px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
@media only screen and (max-device-width: 480px) {
.button {
  padding: 36px;
  width: 256px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
  }
.button__primary {
  background: linear-gradient(135deg, #76c5b5 0%, #536291 100%);
  border-radius: 5px;
  color: white;
}
.button--circle {
  padding: 5px 10px;
  border-radius: 50%;
  line-height: 0;
}



.copy {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-device-width: 480px) {
.copy {
  margin-top: 450px;
  font-size: 20px;
  color:white;
}
  }
.copy strong {
  color: #536291;
}
.copy a {
  text-decoration: none;
  color: #536291;
}

.email {
  padding: 12px;
  width: 200px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}

@media only screen and (max-device-width: 480px) {
  .email {
    padding: 36px;
    width: 430px;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
  }
 }


.row .meditate {
  padding-left: 100px;
}

@media only screen and (max-device-width: 480px) {
.row .meditate {
  padding-left: 100px;
}
  }

.title {
   width:500px; /* you can use % */
    height: auto;
}

@media only screen and (max-device-width: 480px) {
  .title {
   width:650px; /* you can use % */
    height: auto;
}

  }



.row .mail {
  padding-left: 120px;
  padding-top: 20px;
  font-size: 20px;
}

@media only screen and (max-device-width: 480px) {
.row .mail {
  padding-left: 100px;
  padding-top: 20px;
  font-size: 20px;
}
  }