.alefaktury_register_form {

}
.alefaktury_register_form .ptb-120 {
  padding: 120px 0;
}
.alefaktury_register_form .bg-dark {
  background-color: var(--bsx-color-primary) !important;
}
.alefaktury_register_form .sign-up-in-section {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.alefaktury_register_form .testimonial-tab-slider-wrap, .alefaktury_register_form .testimonial-tab-indicator {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.alefaktury_register_form .h2, .alefaktury_register_form h2 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.625rem;
  line-height: 1.2;
}
.alefaktury_register_form .testimonial-tab-slider-wrap p {
  font-size: 1rem;
  line-height: 1.75;
  font-family: "Open Sans", sans-serif;
  color: #d9d9d9;
}
.alefaktury_register_form .text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}
.alefaktury_register_form .blockquote {
  font-size: 1.125rem;
  color: #d9d9d9;
  border-left: 0;
  padding: 0;
  line-height: 1.75;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}
.alefaktury_register_form .rounded-custom {
  border-radius: 1rem !important;
}
.alefaktury_register_form h3, .alefaktury_register_form .h3 {
  margin-top: 0;
  margin-bottom: 0.625rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
}
.alefaktury_register_form .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.alefaktury_register_form .form-control {
  display: block;
  width: 100%;
  padding: 0.65rem 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.75;
  color: #575757;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(11, 22, 63, 0.12);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.alefaktury_register_form .input-group > .form-control, .alefaktury_register_form .input-group > .form-select, .alefaktury_register_form .input-group > .form-floating {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.alefaktury_register_form .register-form input.form-control, .alefaktury_register_form .register-form select.form-control {
  border: 2px solid rgba(11, 22, 63, 0.12);
  border-color: rgba(0, 0, 0, 0.08);
}
.alefaktury_register_form textarea.form-control {
  min-height: calc(1.75em + 1.3rem + 2px);
}
.alefaktury_register_form .form-check {
  display: block;
  min-height: 1.75rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.alefaktury_register_form .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.375em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(12, 8, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  print-color-adjust: exact;
}
.alefaktury_register_form .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.alefaktury_register_form .form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.alefaktury_register_form .form-check-label {
  font-size: 13px;
}
.alefaktury_register_form .btn {
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-padding-y: 0.65rem;
  --bs-btn-font-family: Poppins, sans-serif;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.75;
  --bs-btn-color: #575757;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: unset;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.alefaktury_register_form .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bsx-color-secondary);
  --bs-btn-border-color: var(--bsx-color-secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bsx-color-secondary);
  --bs-btn-hover-border-color: var(--bsx-color-secondary);
  --bs-btn-focus-shadow-rgb: 58, 116, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bsx-color-secondary);
  --bs-btn-active-border-color: var(--bsx-color-secondary);
  --bs-btn-active-shadow: unset;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bsx-color-secondary);
  --bs-btn-disabled-border-color: var(--bsx-color-secondary);
}
.alefaktury_register_form .btn {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid transparent;
}
.alefaktury_register_form .btn-outline-primary {
  color: #fff;
  border-color: #d9d9d9;
  margin-bottom: 0.5rem;
}
.alefaktury_register_form .navbar-light.sticky-header.affix .btn, .alefaktury_register_form .navbar-dark.sticky-header.affix .btn, .alefaktury_register_form .bg-dark .btn, .alefaktury_register_form .coming-soon-section .btn, .alefaktury_register_form .bg-gradient .btn, .alefaktury_register_form .coming-soon-section .btn, .alefaktury_register_form .navbar-dark .btn-primary {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.alefaktury_register_form .rounded-circle {
  border-radius: 50% !important;
}
.alefaktury_register_form .left-5 {
  left: 5%;
}
.alefaktury_register_form .bg-dark-light {
  background-color: #071c4d;
}
.alefaktury_register_form .circle-shape-3 {
  bottom: -210px;
  width: 300px;
  min-height: 300px;
  min-width: 300px;
}
.alefaktury_register_form .right-5 {
  right: 5%;
}
.alefaktury_register_form .circle-shape-1 {
  top: -240px;
  width: 356px;
  min-height: 356px;
  min-width: 356px;
}
.alefaktury_register_form .btn-primary:hover, .alefaktury_register_form .btn-primary:active, .alefaktury_register_form .btn-primary:focus, .alefaktury_register_form .btn-primary.active, .alefaktury_register_form .btn-primary.show {
  border-color: var(--bsx-color-secondary-light);
  background-color: var(--bsx-color-secondary-light);
}
.alefaktury_register_form .contact-form-success h2 {
  font-size: 2.2em;
}
.alefaktury_register_form .header-bg-mask {
  -webkit-mask-image: url(/assets/themes/quiety2/img/page-header-bg.svg);
  mask-image: url(/assets/themes/quiety2/img/page-header-bg.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--bsx-color-primary-light);
  -webkit-mask-position: bottom right;
  -webkit-mask-repeat: no-repeat;
  mask-position: bottom right;
  mask-repeat: no-repeat;
  z-index: 0;
}
.alefaktury_register_form .header-bg-mask + .container{
  z-index: 1;
}
.alefaktury_register_form .prefix-area span {
  opacity: 0.4;
}
.alefaktury_register_form .prefix-area input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #CEDDE0;
}
.alefaktury_register_form .NIP-field {
  height: 100%;
}
.alefaktury_register_form .regulations-label {
  line-height: 1.45;
}
.alefaktury_register_form .regulations-label a {
  text-decoration: none;
}
.alefaktury_register_form .full-width {
  width: 100%;
}
.alefaktury_register_form .contact-form-content .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  margin-left: 0;
  border-radius: 0.375rem;
}
.alefaktury_register_form .register-title{
  transition: all .5s ease-in-out;
}
.loaded .body-loading{
  display: flex;
  justify-content: center;
  align-items: center;
}
.alefaktury_register_form .custom-select {
  width: 100%;
}
.alefaktury_register_form #package-select {
  border: 2px solid rgba(11, 22, 63, 0.12);
  border-color: rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.alefaktury_register_form .select-packages {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 0;
}
.alefaktury_register_form .select-packages .option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.65rem 1rem;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  cursor: pointer;
}
.alefaktury_register_form .select-packages .option-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 1rem;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.375rem 0.375rem 0 0;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  background-color: rgba(0, 0, 0, 0.1);
}
.alefaktury_register_form .select-packages .option:last-child {
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 0 0 0.375rem 0.375rem;
}
.alefaktury_register_form .select-packages .option:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.alefaktury_register_form .select-packages .option[selected] {
  border-width: 2px;
  border-color: #175cff;
}
.alefaktury_register_form .author-info h6, .alefaktury_register_form .author-info .h6 {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.375rem;
  line-height: 1.2;
}

@media (min-width: 1200px){
  .alefaktury_register_form .h2, .alefaktury_register_form h2 {
    font-size: 2.5rem;
  }
  .alefaktury_register_form h3, .alefaktury_register_form .h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 320px) and (max-width: 991px){
  .alefaktury_register_form .circle-shape-2, .alefaktury_register_form .circle-shape-1, .alefaktury_register_form .circle-shape-3 {
    display: none;
  }
  .alefaktury_register_form .ptb-120 {
    padding: 60px 0;
  }
}
