body {
    margin:2rem;
    margin-top: 100px;
  }
  .form-inline {
    .form-group {
      padding:.75rem 1.5rem;
      margin-bottom: 50px;
    }
    .form-control {
      width:100%;

    }
  }

  .form-inline .form-control{
    border-radius: 80px !important;
    background-color: #ffffff93 !important;
  }

  .qr-out {
    img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;

    }
  }
  .back{
    background-color: #14042C;
    background-image: url(/assets/img/hexback.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .fonteo{
    color: rgb(255, 255, 255);
  }
  .box{
    margin-top: 50px;
    border: #0fa;
    border-style: solid;
    border-width: 1px;
    background: rgba( 255, 255, 255, 0.3 );
    box-shadow: 0 8px 32px 0 rgba(234, 235, 255, 0.37);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding-left: 20px;
    padding-right: 20px;
  }
  .labeler{
    font-size: 18px;
    font-family: 'Jost',sans-serif;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 2px;
  }
  .header{
    font-size: 40px;
    font-family: 'Jost',sans-serif;
    font-weight: 900;
    margin-bottom: 10px;
    text-shadow:
    0 0 7px #ffffff6b,
    0 0 10px #ffffff48,
    0 0 21px #ffffff8f,
    0 0 42px rgba(0, 255, 170, 0.336),
    0 0 82px rgba(0, 255, 170, 0.267),
    0 0 92px rgba(0, 255, 170, 0.466),
    0 0 102px rgba(0, 255, 170, 0.404),
    0 0 151px rgba(0, 255, 170, 0.575);
    z-index: 0;
  }
  .linker{
    font-size: 20px;
    font-family: 'Jost',sans-serif;
    font-weight: 900;
    margin-bottom: 30px;
    text-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #0fa,
    0 0 82px #0fa,
    0 0 92px #0fa,
    0 0 102px #0fa,
    0 0 151px #0fa;
  }

  .spacer{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo{
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 100;
  }

  .slide-fwd-center {
    -webkit-animation: slide-fwd-center 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-fwd-center 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }

@-webkit-keyframes slide-fwd-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  100% {
    -webkit-transform: translateZ(160px);
            transform: translateZ(160px);
  }
}
@keyframes slide-fwd-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  100% {
    -webkit-transform: translateZ(160px);
            transform: translateZ(160px);
  }
}

.myButton {
	box-shadow: 0px 10px 14px -7px #276873;
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color:#599bb3;
	border-radius:50px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Jost;
	font-size:12px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
  margin-top: 10px;
}
.myButton:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
}
.myButton:active {
	position:relative;
	top:1px;
}
.qr-code-disp{
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}




  .biscard-out {
    margin:1rem 0;
    .biscard-img {
      border:1px solid #ccc;
      border-left:1rem solid #ccc;
      padding:2.5rem;
      float:left;
      h3 {
        margin-top:0;
      }
      .phone {
        a {
          text-decoration:none;
          color:inherit;
        }
      }
      .email {
        a {
          text-decoration:none;
          color:inherit;
        }
      }
    }
  }