h1 h2 h3 h4 h5 h6{
  font-family: "Montserrat", sans-serif !important;
}

#regForm {
  width: 60%;
  min-width: 300px;
}
label{
  font-size:1rem !important;
  font-weight: normal;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
}
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  border:1px solid;
  height:45px;
  border-radius:0px !important;
  padding:0px 10px !important;
}
input.invalid {
  background-color: #ffdddd;
}
.tab {
  display: none;
}
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
.step.active {
  opacity: 1;
}
.step.finish {
  background-color: #04AA6D;
}
.text-gray-700 {
  --text-opacity: 1;
  color: #000;
  font-size: 20px;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
}
.input-field {
  transition: box-shadow 0.3s ease-in-out;
}
.input-field:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.6);
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.logo-container {
  display: inline-block;
  max-width: 80%;
 /* Adjust width as needed */
}
.select-input{
  border:1px solid grey !important;
  width:100% 
}

.bg-black{
  background:#000;
}

.hyperlink{
  text-decoration: underline;
}