@charset "utf-8";

.formwrap-outer .intgrtn-form-signup { padding: 32px; }

.formHeader { white-space: normal; word-break: break-word; }

.bid-ask-span { transform: rotate3d(0, 1, 0, 0deg); animation: 10s cubic-bezier(1, 0, 0, 1) 0s infinite normal none running flip; }

@media (max-width: 768px) {
  .bid-ask-span { animation: unset; }
}

.img-u4m { display: flex; width: 15%; }

@media (max-width: 768px) {
  .img-u4m { display: inline-block; width: 40%; }
}

.logos-wrapper .logo { width: auto; height: auto; }

.formwrap-outer .intgrtn-form-signup .intgrtn-form-signup-3-steps .intgrtn-steps-navigation .intgrtn-steps-navigation-item { width: 50%; }

.logos-wrapper { display: flex; justify-content: space-between; align-items: center; }

.intgrtn-input-message-error { display: none; }

.ask-wrapper, .bid-wrapper { font-size: 0.9em; font-weight: 700; display: flex; }

.formHeader { background: rgb(53, 60, 69); text-align: center; color: rgb(255, 255, 255); font-weight: 700; margin: 0px; padding: 30px 24px; font-size: 20px; letter-spacing: 2px; font-family: inherit; }

.form-container { box-shadow: rgba(13, 13, 13, 0.43) 0px 4px 20.9px 3.1px; }

#main-container { max-width: 450px; margin: 30px auto; }
