body {
  margin: 0;
  background: #000; 
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

#form { 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 2rem;
  width: 33%;
  margin:0vh 0vw 0vh 5vw; 
  float: none;
  font-size: 1.2rem;
}



#form2 { 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 2rem;
  width: 50%;
  margin:10vh 0 10vh 5vw;
  float: none;
  font-size: 1.2rem;
}

#a1 {
  float:left;
  margin-left:5%;
  font-weight:bold;
  font-size:1.2vw;
}

#a2 {
  float: right;
  margin-right:5%;
  font-weight:bold;
  font-size:1.2vw;
}



.footer {
  display:none;
}

::-moz-placeholder { 
opacity: 1;
}


a:hover {
  color:lightSkyBlue !important;
}


button {
  outline:0 !important;
}

button:hover, button:active, button:focus {
  color:white !important;
}


.error { 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:bold; 
  color: #A52A2A;
  width: 35%;
  float: right;
  font-size: 1.5vw;
  margin-right: 0;
  margin-top:2vh;
  text-align: center;
}

#form-title {
  color: white;
  margin-left: 3%;
  font-size: 2vw;
  font-weight: bold;
  text-align: center;
}


#title {
  color: white;
  margin-left: 3%;
  font-size: 3vw;
  font-weight: bold;
  text-align: center;
}

#logo {
  text-align: center;
}

#rfcyto-btn {
  float: right;
}