@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");
}

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

body {
    height: 100%;
}

.domain-input {
    background: transparent;
    border: 0;
    color: #12263f;
    font: 20px 'Cerebri Sans', sans-serif;
    outline: none;
    padding: 0;
    text-align: end;
    width: 60%;
}

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

.domain-text {
    border: 0;
    color: #91a5be;
    cursor: text;
    font: 20px 'Cerebri Sans', sans-serif;
    margin: 0;
    padding: 0;
    text-align: start;
}

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

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

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

.heart-icon {
    height: 40%;
}

.input-container {
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 0 2px #d2ddec;
    display: flex;
    justify-content: flex-end;
    margin: 20px auto 0;
    min-width: 300px;
    padding: 10px;
    width: 75%;
}

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