body{
  padding:0;
  margin:0;
}
.vid-container{
  position:relative;
  height:100vh;
  overflow:hidden;
}
.bgvid.back {
  position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
}
.bgvid.back  img{
    width: 100%;
}
.inner {
  position: absolute;
}
.inner-container{
  width:400px;
  height: 380px;
  position:absolute;
  top:calc(50vh - 200px);
  left:calc(50vw - 200px);
  overflow:hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.bgvid.inner{
  top:calc(-50vh + 200px);
  left:calc(-50vw + 200px);
  -webkit-filter:blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter:blur(10px);
}
.box{
  position:absolute;
  height:100%;
  width:100%;
  font-family:Helvetica;
  color:#fff;
  background: rgba(82, 82, 82, 0.81);
  padding: 0px 0px 30px 0px;
}
.box h1{
  text-align:center;
  margin: 0px 1px 40px 0px;
  background-color: rgba(19, 19, 19, 0.29);
  font-size:30px;
  padding: 20px 0px 10px 0px;
}
.box h1 img {
    margin-top: 10px;
}
.box h1 .modal-body {
    font-style: italic;
    font-size: 11px;
    float: right;
    margin: 0px 10px;
    /* border-left: solid 1px #d1d1d1; */
    line-height: 22px;
    text-align: left;
    margin-left: 0px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.7);
}
.box h1 ul {
    padding-left: 20px;
    margin: 0px;
}
.box input,.ui-inputfield.ui-state-hover, .ui-inputfield.ui-state-focus{
  display:block;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.box .ui-button-text {
    background-color: inherit !important;
    border-color: inherit !important;
    border: none !important;
    color: inherit !important;
    padding: 5px !important;
    /* border: solid 1px !important; */
}
.box input:focus,.box input:active,.box button:focus,.box button:active{
  outline:none;
}
.box button{
  background: rgb(14, 114, 181) !important;
  border:0;
  color:#fff;
  padding: 5px;
  font-size:20px;
  width: 320px !important;
  margin: 20px auto;
  display:block;
  cursor:pointer;
  border-radius: 0px !important;
}
.box button:active{
  background:#27ae60;
}
.box p{
  font-size:14px;
  text-align:center;
}
.box p span{
  cursor:pointer;
  color:#666;
}


body {

  color: #666666;
  font-family: "RobotoDraft", "Roboto", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /* background-image: url("") !important;*/
}
body::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #363b41;
    background: -webkit-linear-gradient(bottom, #5d5d5dd9, #404040);
    background: -o-linear-gradient(bottom, #5d5d5dd9, #404040);
    background: -moz-linear-gradient(bottom, #5d5d5dd9, #404040);
    background: linear-gradient(bottom, #5d5d5dd9, #404040);
    opacity: 0.9;
}
/* Pen Title */
.pen-title {
    padding: 30px 0;
    text-align: center;
    letter-spacing: 10px;
}
.pen-title h1 {
    margin: 0 0 10px;
    font-size: 35px;
    font-weight: 300;
    color: #33b5e5;
}
.pen-title span {
    left: 60%;
    font-size: 12px;
    letter-spacing: 5px;
    position: absolute;
    /* right: 39%; */
    top: 15%;
    color: white;
}
.form-module p {

  color: white;
}
.pen-title span .fa {
  color: #96bf31;
}
.pen-title span a {
  color: #bef183;
  font-weight: 600;
  text-decoration: none;
}

/* Form Module */
.form-module {
  position: relative;
  background: #212325a3;
  max-width: 350px;
  width: 100%;
  border-top: 5px solid #00BCD4;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #33b5e5;
  width: 30px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  right: -65px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: auto;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {

  padding: 40px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #35b9f5;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
}
.form-module input:-webkit-autofill{
    outline: none !important;
    display: block !important;
    width: 100% !important;
    border: 1px solid #717171;
    margin: 0 0 20px !important;
    padding: 10px 10px 10px 55px !important;
    box-sizing: border-box;
    font-wieght: 400 !important;
    border-radius: 0px !important;
    background-color: #48484880 !important;
    color: #c8c8c8;    
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #525151 inset !important;
    -webkit-text-fill-color: #9E9E9E !important;
}
span.ui-button-text.ui-c {
    background-color: inherit !important;
    border: 0px;
    padding: 0px !important;
    margin: 0px !important;
}
.ui-button.ui-state-hover .ui-button-text {
  background-color: inherit !important;
}
.ui-button.ui-state-active .ui-button-text {
  background-color: inherit !important;
}
.ui-button.ui-state-focus .ui-button-text {
  -webkit-box-shadow:0px !important;
  -moz-box-shadow: 0px !important;
  box-shadow: 0px !important;
}
.form-module input {
    outline: none !important;
    display: block !important;
    width: 100% !important;
    border: 1px solid #717171;
    margin: 0 0 20px !important;
    padding: 10px 10px 10px 55px !important;
    box-sizing: border-box;
    font-wieght: 400 !important;
    transition: 0.5s cubic-bezier(1, 0.73, 0.25, 1) !important;
    background-color: #48484880 !important;
    color: #c8c8c8;
}
.form-module input:focus {
  border-right: 2px solid #33b5e5;
  color: #333333;
}

.form-module button {
  cursor: pointer;
  background: #35b9f5;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  transition: 0.5s ease;
  background: linear-gradient(135deg,#07a7e3 0,#32dac3 100%);
  border-radius: 0px;
}
.form-module button:hover {
 /* background: #178ab4;*/
}
.form-module .cta {
  /* background: #8b8b8b; */
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
  /* background: linear-gradient(135deg,#07a7e3 0,#32dac3 100%); */
}
.form-module .cta a {
  color: #ffffff !important;
  text-decoration: none;
  letter-spacing: 2px;
}
.symbol-input100 {
    font-size: 15px;
    color: #606468;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 1px;
    left: 0px;
    width: 10%;
    height: 95%;
    padding-left: 15px;
    pointer-events: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    /* background-color: #525151; */
    background-color: #363b41c7;
}

.form-module input:hover {
  border: 1px solid #33b5e5;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0px 1000px #404040 inset !important;
    -webkit-text-fill-color: #9E9E9E !important;
}
/* Mobile */
@media (max-width:768px) {
	.pen-title span {
      left: 63%;
}
    .viewport-header{
        width: 300px !important; /* Need a specific value to work */
    }
	
}
div.pattern:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(22.5deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-size: 4px 4px;
    z-index: 10000000000;
}

video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -o-filter:brightness(0.5);
    filter: brightness(0.5);
    transform:scale(1.06);
}

.viewport-header{
    position: absolute;
    z-index: 999999999999;
    top: 10%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 450px; /* Need a specific value to work */
}
