@media only screen and (min-width: 769px) {
  .x8KUgF7TIO {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15vh;
    width: 40vw;
  }
  .x8KUgF7TIO h1 {
    text-align: center;
    font-size: 50px;
  }
  .o8zmSfP7yK input {
    width: calc(100% - 40px);
    height: 38px;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    font-family: var(--font);
    display: inline-block;
    border: 0;
    vertical-align: top;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    color: var(--text-color);
  }
  .o8zmSfP7yK div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    padding: 5px;
    border-radius: 50%;
    background-color: 0;
    opacity: 0.6;
    transition: background-color 0.1s linear;
  }
  .o8zmSfP7yK div:hover {
    background-color: var(--light-opposite-color);
    transition: background-color 0.1s linear;
    opacity: 1;
  }

  .o8zmSfP7yK div img {
    display: block;
    filter: invert(var(--imgfiltercolor));
    width: 18px;
  }
  .o8zmSfP7yK {
    padding: 0px;
    background-color: var(--body-color);
    -webkit-box-shadow: 0px 5px 18px -9px var(--shadow-colors);
    -moz-box-shadow: 0px 5px 18px -9px var(--shadow-colors);
    box-shadow: 0px 5px 18px -9px var(--shadow-colors);
    border: solid 1px var(--light-opposite-color);
    border-radius: 7px;
    width: 100%;
    height: 40px;
  }
  #loading1 {
  }
}
/* Copy this @keyframes block to your CSS*/
@keyframes loading {
  0.0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* Add the animation: property to whichever element you want to animate */
.loadingspinner {
  animation: loading 2s linear 0s infinite normal none;
}

@media only screen and (max-width: 768px) {
  .x8KUgF7TIO {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15vh;
    width: 90%;
  }
  .x8KUgF7TIO h1 {
    text-align: center;
    font-size: 50px;
  }
  .o8zmSfP7yK input {
    width: 100%;
    height: 38px;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    font-family: var(--font);
    display: inline-block;
    border: 0;
    vertical-align: top;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    color: var(--text-color);
  }
  .o8zmSfP7yK {
    padding: 0px;
    background-color: var(--body-color);
    -webkit-box-shadow: 0px 5px 18px -9px var(--shadow-colors);
    -moz-box-shadow: 0px 5px 18px -9px var(--shadow-colors);
    box-shadow: 0px 5px 18px -9px var(--shadow-colors);
    border: solid 1px var(--light-opposite-color);
    border-radius: 7px;
    width: 90vw;
    height: 40px;
  }
}
