



.request-hero {
  position: relative;
  overflow: hidden;
  background: #003366;
  color: #fff;
  padding: 2.75rem 0;
}

.request-hero::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 260px;
  height: 160px;
  background-image: url("https://cdn.jsdelivr.net/gh/raulgonzalez77/blinn-images@main/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  opacity: 0.98;
  pointer-events: none;
}

.request-hero .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .request-hero::after {
    right: -3rem;
    width: 220px;
  }
}



.verify-email-wrap {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}



.btn-blinn {
  background-color: #003366;
  border-color: #003366;
  color: #ffffff;
}

.btn-blinn:hover,
.btn-blinn:focus,
.btn-blinn:active {
  background-color: #00264d;
  border-color: #00264d;
  color: #ffffff;
}

.btn-blinn:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 51, 102, 0.25);
}