@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%;
}


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

.heart-icon {
  height: 40%;
}

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

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

.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;
}
