
.from-section .form-product .form-group .form-control {
    background-color: rgba(255, 255, 255, 0.23);
    border-color: rgba(255, 255, 255, 0.23);
    border-bottom: 1px solid #fff;
    color: #fff;
}
.insurance{
  color: #000;
}

.from-section .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out,  box-shadow 0.15s ease-in-out;
}
.from-section hr {
  border-color: #fff;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  padding-bottom: 10px;
}
.from-section .form-product .form-group .form-control option {
  color: black;
}
input::placeholder {
  color:#fff;
}
input:focus-visible { 
  border-color: #719ECE;
}


@keyframes spinner-border {
  to { transform: rotate(360deg); }
} 
.lds-ring {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
}
.vr-uno-btn{
  padding: 10px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 6px;
  border: 2px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#formSubmitdemo .form-control:focus {
  outline: 0;
}

.title_heading{
  font-size: 1.2rem;
  padding-bottom: 10px;
}

.titleh2{
  padding-bottom: 10px !important;
}
