#field-122255{
	display : flex;
	flex-direction : column;
	justify-content : center;
	margin-bottom : 2rem;
}

.banner .banner-wrapper {
    max-width: 89rem;
    width: 100%;
    margin: 3rem auto;
    text-align: left;
}

.banner-wrapper h1{
 padding-left : 1rem;
	padding-right : 1rem;
}


#returning,#register{
	display : none!important;
}

.panel-body > .row > .col-sm-9{
	width : 100%!important;
}
.panel-body > .row > .col-sm-9 + .col-sm-3{
	display : none!important;
}

@media (min-width: 1024px) {
    .banner {
        min-height: 16rem;
    }
    #content {
        margin-top: 0rem;
    }
}

/* Tailwind */
.body-wrapper {
  @apply mx-auto max-w-lg lg:max-w-none mt-8;
}

.h2 {
  @apply text-2xl font-bold;
}

.max-w-lg {
  max-width: 32rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.lg\:max-w-none {
  max-width: none;
}

.mt-8 {
  margin-top: 2rem;
}

.grid {
  display: grid;
}

.gap-12 {
  gap: 3rem;
}

.lg\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lg\:gap-x-6 {
  column-gap: 1.5rem;
}

.lg\:gap-y-8 {
  row-gap: 2rem;
}

.items-start {
  align-items: flex-start;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.h-full {
  height: 100%;
}

.data-aos-zoom-y-out {
  transform: translateY(10px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos="zoom-y-out"].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

.block {
  display: block;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.relative {
  position: relative;
}

.h-0 {
  height: 0;
}

.pb-9\/16 {
  padding-bottom: 56.25%;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.absolute {
  position: absolute;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.object-cover {
  object-fit: cover;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.grow {
  flex-grow: 1;
}

.h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.hover\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-lg {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.flex-grow {
  flex-grow: 1;
}

.btn.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}