#body {
        background-image: url("/images/Amarillo-Wireless-large.png"); /* path to image */
        background-position: 50% 50%; /* ensure optimal scalability */
        background-repeat: no-repeat; /* prevent tiled background */
        background-size: cover; /* ensure screen coverage */
        text-align: center; /* Center Entitlement text, copyright */
        background-color: #000000 !important; /* Fallback for old browsers */
}
.button-center {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	 }

.button-91 {
  color: #fff;
  padding: 25px 45px;
  background-color: #00032d;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  font-weight: bold;
  font-size: 26px;
  width: 540;

  border: 0;


  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  cursor: pointer;
}
