.web-auth-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid #6bb6ff52;
  border-radius: 50%;
  background: #071122cc;
  color: #d8eaff;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.web-auth-close:active {
  transform: scale(.94);
}
