body {
  font-family: 'Montserrat', sans-serif;
/*  background-color: #fff;*/
  background: url('/images/brightpath-bg-darkfef68300-d999-4f36-b442-53f258f5f59d.webp') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.logo {
  max-height: 70px;
}

.form-group {
  padding: 0;
}

.myField {
  margin: 7px auto 15px auto;
  padding: 5px;
  border-color: #0f235b;
  border-width: 1px;
  width: 100%;
}
.navy-blue {
  background: #000080;
}
label {
  margin: 5px 0;
  color: #0f235b;
}

.myBtn {
  background-color: #77B6E8;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  display: inline-block;
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  border-color: #77B6E8;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
}

.myBtn:hover {
  background-color: #5b91be;
}
.phone-img {
  width: 45px;
  height: 48px;
}

h1,
h2,
h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.rz-color-orange {
  color: #f49b17;
}

.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  flex-direction: column;
}

.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading-container p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}
