.App {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center; }

.App-body {
  background: url("/background.png");
  display: flex;
  background-position-y: -100px;
  position: relative;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 375px) {
    .App-body {
      flex-direction: column; } }
  .App-body .App-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; }
    @media only screen and (max-width: 375px) {
      .App-body .App-left {
        width: 100%;
        padding: 2px; } }
    .App-body .App-left .App-content {
      width: 75%;
      display: flex;
      flex-direction: column; }
      @media only screen and (max-width: 375px) {
        .App-body .App-left .App-content {
          width: 100%;
          display: flex;
          align-items: center; } }
    @media only screen and (max-width: 375px) {
      .App-body .App-left .ui.input {
        font-size: 15px;
        width: 325px; } }
    .App-body .App-left .ui.input input {
      background-color: #dedede; }
    .App-body .App-left .ui.input button {
      background-color: #acacac; }
      .App-body .App-left .ui.input button i {
        color: white; }
    .App-body .App-left .App-comingSoon {
      width: 257px;
      height: 55px; }
      @media only screen and (max-width: 375px) {
        .App-body .App-left .App-comingSoon {
          width: 200px; } }
    .App-body .App-left .App-submitText {
      margin-top: 20px;
      margin-bottom: 20px;
      width: 45%; }
      @media only screen and (max-width: 375px) {
        .App-body .App-left .App-submitText {
          width: 80%; } }
    .App-body .App-left .App-store-container {
      display: flex; }
      .App-body .App-left .App-store-container img {
        width: 185.5px;
        height: 55.5px;
        margin: 15px;
        margin-left: 0px; }
        @media only screen and (max-width: 375px) {
          .App-body .App-left .App-store-container img {
            width: 122.43px;
            height: 36.63px; } }

.App-logo {
  margin: 7px; }
  @media only screen and (max-width: 375px) {
    .App-logo {
      margin: 5px;
      height: 35px; } }

.App-header {
  background-color: #fff;
  display: flex;
  height: 70px;
  color: white; }
  @media only screen and (max-width: 375px) {
    .App-header {
      height: 25px; } }

.App-space {
  width: 50%;
  height: 100%; }
  @media only screen and (max-width: 375px) {
    .App-space {
      width: 100%; } }

@media only screen and (max-width: 375px) {
  .App-right {
    display: flex;
    justify-content: center; } }

.App-right .App-phone {
  width: 50%;
  margin: 25%; }
  @media only screen and (max-width: 375px) {
    .App-right .App-phone {
      width: 270px;
      margin: 0px; } }

.App-title {
  font-size: 1.5em; }

.App-intro {
  font-size: large; }

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
