@import url(https://use.typekit.net/nth3kzr.css);:root {
  --primary: #49B7BA;
  --primary-dark: #41A4A7;
}

body {
  font-family: "co-headline", sans-serif;
  background-image: url("/img/login-bg.svg");
  background-repeat: no-repeat;
  background-position: 90% 70%;
}

.form-input-bordered {
  border-radius: 0;
}

.form-input:active,
.form-input:focus {
  border-radius: 0;
}

.btn-default {
  border-radius: 0;
}

.app_icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 470px) {
  .app_icons a {
    width: 48%;
  }
}

.login-logo {
  width: 300px;
  height: auto;
}

.terms-color {
  color: rgb(156, 163, 175);
}

