body {
  font-family: 'Open Sans', sans-serif; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #FFC312; }

.navbar .dropdown-toggle::after {
  vertical-align: 0.1em; }

.navbar-dark .navbar-nav .active > .nav-link {
  color: #FFC312; }

.dropdown-menu-dark .dropdown-item {
  color: rgba(255, 255, 255, 0.5); }

.dropdown-menu-dark .dropdown-item:hover {
  color: rgba(255, 255, 255, 0.75);
  background-color: inherit; }

.dropdown-menu-dark .dropdown-item.active {
  background-color: inherit;
  color: #FFC312 !important; }

.async-field-validation-spinner {
  position: absolute;
  top: 34px;
  right: 14px; }

.bg-dark-link:not([href]):not([tabindex]), .bg-dark-link:not([href]):not([tabindex]) {
  color: white;
  text-decoration: underline; }

.bg-dark-link:not([href]):not([tabindex]):hover, .bg-dark-link:not([href]):not([tabindex]):focus {
  color: #FFC312;
  text-decoration: underline; }

.bg-dark-link {
  color: white;
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.bg-dark-link:hover {
  color: #FFC312; }

.page-spinner-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5; }

.page-spinner {
  position: fixed;
  top: 56vh;
  left: 50vw;
  z-index: 100000; }

body {
  background: url("/img/cattle.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

footer {
  color: white;
  margin-top: -25px;
  width: 100%;
  text-align: center; }

a {
  color: #FFC312;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

a:hover {
  color: white;
  text-decoration: none; }

.login-page .bolder-pedigree-logo-container {
  float: right;
  position: relative;
  top: 8px; }

.login-page .bolder-pedigree-logo {
  height: 64px;
  top: -8px;
  position: relative;
  right: -15px; }

.login-page .login-text {
  margin-top: 0.5rem !important;
  float: left;
  color: white;
  font-size: 36px; }

.login-page .container {
  height: 100%;
  align-content: center; }

.login-page .login-error {
  position: absolute;
  top: -150px;
  width: 100%;
  left: -1px;
  text-align: center; }

.login-page .login-card {
  height: 258px;
  margin-top: auto;
  margin-bottom: auto;
  width: 400px;
  background-color: rgba(50, 50, 50, 0.5); }
  .login-page .login-card .card-header h3 {
    color: white; }

.login-page .login-social-icon {
  position: absolute;
  right: 20px;
  top: -45px; }
  .login-page .login-social-icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .login-page .login-social-icon span:hover {
    color: white;
    cursor: pointer; }

.login-page .input-group-prepend span {
  width: 50px;
  background-color: #FFC312;
  color: black;
  border: 0 !important; }

.login-page input:focus {
  outline: 0  !important;
  box-shadow: 0 0 0 0 !important; }

.login-page .remember {
  color: white; }

.login-page .remember input {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-right: 5px; }

.login-page .login-btn {
  color: black;
  background-color: #FFC312;
  width: 100px; }

.login-page .login-btn:hover {
  color: black;
  background-color: white; }

.login-page .links {
  color: white; }

.login-page .links a {
  margin-left: 4px; }

.login-page .login-button-container {
  margin-top: -34px; }
