@font-face {
  font-family: Cerebri Sans;
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.gomalomo.com/fonts/cerebri-sans/cerebri-sans-regular.eot);
  src: url(https://cdn.gomalomo.com/fonts/cerebri-sans/cerebri-sans-regular.eot?#iefix) format("embedded-opentype"), url(https://cdn.gomalomo.com/fonts/cerebri-sans/cerebri-sans-regular.woff) format("woff"), url(https://cdn.gomalomo.com/fonts/cerebri-sans/cerebri-sans-regular.ttf) format("truetype");
}

@font-face {
  font-family: Cerebri Sans;
  font-style: normal;
  font-weight: 700;
  src: url(https://cdn.gomalomo.com/fonts/cerebri-sans/cerebri-sans-bold.eot);
  src: url(https://cdn.gomalomo.com/fonts/cerebri-sans/cerebri-sans-bold.eot?#iefix) format("embedded-opentype"), url(https://cdn.gomalomo.com/fonts/cerebri-sans/cerebri-sans-bold.woff) format("woff"), url(https://cdn.gomalomo.com/fonts/cerebri-sans/cerebri-sans-bold.ttf) format("truetype");
}

body {
  height: 100%;
}

input:invalid {
  /* border: 5px solid #ffdddd; */
  box-shadow: inset 0 0 0 1px rgb(189, 50, 50);
}

.app-logo {
  border-radius: 20px;
  height: 100%;
}

.heart-icon {
  height: 40%;
}

.input-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.api-text {
  color: rgb(76, 85, 118);
  font: 15px "Cerebri Sans", sans-serif;
  margin-bottom: 8px;
  margin-top: 42px;
  line-height: 22px;
}

.api-input {
  appearance: none;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  border: none;
  box-shadow: 0 0 0 2px #d2ddec;
  box-sizing: border-box;
  color: #12263f;
  display: flex;
  font-family: 'Cerebri Sans', sans-serif;
  font-size: 20px;
  height: 40px;
  line-height: 1.4;
  outline: none;
  padding: 0px 16px;
  text-align: left;
  width: 85%;
}

.api-input:focus {
  box-shadow: inset 0 0 0 1px rgb(90, 28, 244);
}

@media screen and (min-width: 425px) {
  .api-input {
    width: 100%;
  }
}

.error-icon,
.success-icon {
  height: 70%;
}

.error-header,
.success-header {
  font-weight: bold;
}

.error-text,
.success-text {
  margin-top: 25px;
}

@media screen and (min-width: 425px) {
  .input-container {
    min-width: 350px;
    width: 30%;
  }
}

#integration {
  display: flex;
  flex-direction: column;
  height: 60%;
  justify-content: space-between;
  border-top: 2px solid #7828ea;
}

.integration-button {
  background-color: #7828ea !important;
  color: #fff !important;
  margin-top: 20px;
  min-width: 140px;
  width: 10%;
}

.integration-button:hover,
.integration-button:focus {
  background-color: #5F0FD1 !important;
}

.integration-form {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.main-content {
  text-align: center;
}

.primary-logo {
  margin: 0 auto;
  max-width: 180px;
}

@media screen and (min-width: 425px) {
  .primary-logo {
    margin: 0;
  }
}

.top-logos {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: space-between;
  margin: 0 auto;
  width: 250px;
}
