html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  /* display: flex; */
  /* flex-direction: column; */
  background-color: gray;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
  /* height: 100% !important; */
  /* background: 
   linear-gradient(to bottom, rgb(78, 104, 206) 0%, rgba(78, 104, 206, 0.3) 59%, rgba(78, 104, 206, 0.0) 100%),
   url("../img/landingperry.jpg") no-repeat; */
   /* background-position: center top; */
   /* background-position: 15% 50%;
   background-size: cover; */
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.secondary-btn {
  border: 5px solid white;
  border-radius: 0px;
  background-color: transparent;
  color: white;
  padding: 8px;
  font-weight: bold;
}

.secondary-btn:hover {
  background-color: white;
  color: rgba(var(--bs-secondary-rgb)) !important;
}

.primary-btn {
  border: 5px solid white;
  border-radius: 0px;
  background-color: white;
  padding: 8px;
  margin-left: 10px;
  font-weight: bold;
}

.primary-btn:hover {
  background-color: transparent;
  color: white !important;
}

.top-container {
  background: 
  linear-gradient(to bottom, rgb(69,88,163) 0%, rgba(78, 104, 206, 0.3) 78%, rgba(78, 104, 206, 0.0) 100%),
  url("../img/Architects-at-a-construction-site-looking-at-blueprints.jpeg") no-repeat;
  /* background-position: center top; */
  background-position: 30% 30%;
  background-size: cover;
}

.top-content {
  width: 90%;
  margin: auto;
  max-width: 1320px;
  margin-bottom: 100px;
  margin-top: 50px;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.logo-img {
  max-width: 150px;
}

a {
  color: #0077cc;
  /* text-decoration: none !important; */
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  /* position: absolute; */
  /* bottom: 0; */
  width: 100%;
  /* position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; */
  /* bottom: 0;
  color: #707070;
  height: 2em;
  left: 0;
  position: fixed;
  position: static;
  font-size: small;
  width:100%; */
}

.footer-logo {
  width: 5rem !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}


.tooltip-1 {
  display: flex;
  flex-direction: column;
}

.text-shadow {
  text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#modal-1-body-img {
  max-width: 100%;
}

.main-color {
  color: rgb(69,88,163);
}

.main-bg-color {
  background-color: rgb(69,88,163);
  color: white;
}


/* .form-all {
  border-radius:3px;
  box-shadow:0 4px 4px rgba(87,100,126,.21);
  background-color:#fff;
  max-width:752px
}

.form-all {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  margin:72px auto;
  width:100%
}

ul.page-section {
	margin: 0;
	padding: 0 38px;
	list-style: none;
}

.form-line, ul.page-section {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
}

.form-line {
	margin-top: 12px;
	margin-bottom: 12px;
} */

.uline {
  text-decoration: underline !important;
}