@font-face {
  font-family: "Eina03-Regular";
  src: url("/assets/fonts/eina/Eina03-Regular.ttf");
}
@font-face {
  font-family: "Eina03-SemiBold";
  src: url("/assets/fonts/eina/Eina03-SemiBold.ttf");
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter/Inter.ttf");
}
.communio-title {
  font-family: "Eina03-SemiBold";
  color: #000000;
  font-size: 24px;
  line-height: normal;
  margin: 0 0 8px;
}

.communio-sub-title {
  font-family: "Eina03-Regular";
  color: #3d3d3d;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}

.communio-rounded-lg {
  border-radius: 8px;
}

.communio-rounded-md {
  border-radius: 6px;
}

.checkout {
  padding: 95px;
}
.checkout__title {
  font-size: 32px;
  font-weight: bold;
}
.checkout__description {
  font-size: 16px;
  color: #7b7b7b;
  font-weight: lighter;
}
.checkout input {
  background-color: #ffffff;
}
.checkout .signin-form__control {
  margin-top: 10px;
}
.checkout .signin-form__control input {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 0;
  border: none;
  outline: none;
  border-bottom: 1px solid #888;
  font-size: 12px;
  width: 100%;
}
.checkout .signin-form__control input::-moz-placeholder {
  font-weight: 700;
}
.checkout .signin-form__control input:-ms-input-placeholder {
  font-weight: 700;
}
.checkout .signin-form__control input::placeholder {
  font-weight: 700;
}

.checkout-form-footer .disclaimer-text {
  font-weight: lighter;
  color: darkgrey;
  font-size: 12px;
}
.checkout-form-footer .contact-us {
  font-family: "Eina03-SemiBold";
  color: #fc2d38;
  text-decoration: none;
}
.checkout-form-footer .contact-us:hover {
  color: #f30310;
}

.submit-btn-container {
  display: flex;
  justify-content: center;
}

.logo {
  padding: 12px 0px;
}
.logo img {
  width: 146px;
  height: 55px;
  top: 22px;
  left: 24px;
  padding: 0px 0px 4.13px 0px;
  gap: 0px;
  opacity: 0px;
}

@media (max-width: 1024px) {
  .checkout {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .checkout {
    padding: 15px;
  }
}