.site-header .header-wrap > .container {
  position: relative;
  padding-top: 42px;
}

.site-header .header-login-cta {
  position: absolute;
  z-index: 12;
  top: 4px;
  right: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  padding: 9px 20px;
  color: #fff;
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease,
    transform 180ms ease;
}

.site-header .header-login-cta:hover,
.site-header .header-login-cta:focus {
  background: #c6202f;
  border-color: #c6202f;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

@media (max-width: 1024px) {
  .site-header .header-wrap > .container {
    padding-top: 38px;
  }

  .site-header .header-login-cta {
    top: 3px;
    right: 20px;
    padding: 8px 17px;
  }
}
