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;
    background: #FAFAFA !important;
}
h1, h3 {
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: rgb(52, 73, 94);
}
.main-footer {
    color: #bdc3c7;
    border-top: 6px solid #696969;
    background-color: #373737;
}
form .bg-light {
    background:#eee !important;
}


*[required]::before {
    content: " * ";
    color: red;
}

.agree *[required]::before {
    margin-left: -10px;
    font-weight: bold;
}