/* Tutaj możesz wpisać własny kod CSS, który zostanie dołączony do każdej podstrony */

.register-button {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
}

label {
  font-weight: 400;
}

form {
  max-width: 900px;
  margin: 0 auto;
}

a {
  transition: all 0.3s linear !important;
}

.form-content h1 {
  margin-top: -14px;
  font-size: 55px;
}

.form-content p {
  width: 800px;
  margin: 0 auto !important;
}

form h3 {
  display: none !important;
}

#formProgress {
  display: none !important; 
}

.form-group > label {
  font-size: 16px !important;
  font-weight: 500;
  color: #051933;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #05193385;
}

.iti__country-name {
  color: rgb(100, 110, 120);
}

.iti__dial-code {
  color: #05193385;
}

h1, h2 {
  letter-spacing: -1px !important;
}

h3 {
  font-weight: 600;
  letter-spacing: -0.7px !important;
  color: rgb(5,25,51) !important;
}

a {
  font-weight: 500 !important;
}

.text-green {
  color: rgb(48, 192, 185) !important;
}

.text-gradient {
  background: -webkit-linear-gradient(315deg,#2bb2f3 15%,#33ca8d 120%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.font-xl {
  font-size: 120px;
}

.btn-primary {
  border-radius: 4px;
  color: rgb(5, 25, 51);
  background-color: rgb(48, 192, 185);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px !important;
  transition: all 0.3s linear !important;
  padding: 14px 36px;
  letter-spacing: 0.5px;
}

.btn-primary:hover {
  background: rgb(73, 201, 195) !important;
  color: rgb(5, 25, 51) !important;
}

#submitButton {
  color: rgb(255, 255, 255) !important;
}

footer .conrego {
  display: none;
}

.hr {
  background: linear-gradient( 90deg,#131b3e00 0%,#131b3e1c 50%,#131b3e00 100% );
  border: none;
  height: 1px;
}

.gap-15 {
  gap: 15px;
}

#agenda p {
  margin-bottom: 0 !important;
}

.step-header {
  margin-top: 50px !important;
}

.logoset {
  display: flex;
  padding-bottom: 60px;
  gap: 45px;
  margin: 0 auto;
  justify-content: center;
}

.clause {
  display: flex;
}

.custom-control {
  padding-left: 0;
}

@media (max-width: 767px) {
  .cookies-buttons button {
    padding: 12px 16px !important;
    font-size: 14px !important;
  }
  
  #agenda .pb-4 {
    padding-bottom: 0 !important;
  }
  
  #agenda .is-row {
    padding-bottom: 10px;
  }
  
  #hero span.size-76 {
    font-size: 26px !important;
    letter-spacing: -0.5px;
  }
  
  #hero .size-48 {
    font-size: 24px !important;
    margin-top: 10px;
    display: inline-block;
  }
  
  #hero .size-21 {
    font-size: 18px !important;
    line-height: 26px;
    display: block;
  }
  
  #hero p.size-16 {
    font-size: 14px !important;
    line-height: 24px !important;
    display: block;
  }
  
  .logoset {
    padding-bottom: 30px;
  }
  
  .form-content p {
    width: auto;
    font-size: 14px;
  }
  
  .form-content h1 {
    font-size: 36px;
  }
  
  .step-header {
    margin-top: 50px !important;
}
}
