@import "mixin";
.ws-input-card {
  border-radius: 8px;
  max-width: 460px;
  padding: 40px 80px;
  box-shadow: 0 3px 5px -1px rgba(4, 48, 71, 0.06), 0 0 1px 0 rgba(4, 48, 71, 0.1);
  background-color: var(--v-cardBackground-base);
  .ws-input-card__title {
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.23;
    color: var(--v-text-base);
  }
  .ws-btn {
    @include auto_margin_top(24px);
  }
}
