.fas.fa-location-arrow {
}

fieldset {
  border: solid;
  border-width: thin;
  border-color: var(--bs-info);
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px 1px rgb(87,88,91);
  margin-bottom: 50px;
  background-color: #f5f5f5;
	display: none;
}

legend {
  width: 355px;
  margin-top: -50px;
  padding: 10px;
  background-color: var(--bs-primary);
  color: whitesmoke;
  border-radius: 10px;
  border-style: groove;
  box-shadow: 1px 1px 2px 1px rgb(87,88,91);
  border-width: 0px;
  margin-bottom: 30px;
  height: 50px;
}

i {
  color: var(--bs-white);
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-primary);
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

#divlogin {
  flex: 0 0 auto;
  width: 25%;
}

@media (max-width: 992px) {
  #divlogin {
    flex: 0 0 auto;
    width: 33.33333%;
  }
}

@media (max-width: 768px) {
  #divlogin {
    flex: 0 0 auto;
    width: 50%;
  }
}

