@import  "//fonts.googleapis.com/css?family=Roboto";

html {
  height: 100%;
}

body, html {
  margin: 0;
  padding: 0;
  width: auto;
  height: 100%;
  overflow: hidden;
  font-family: "Roboto",sans-serif;
  line-height: 1.42857;
  font-size: 1em;
  color: #FFF;
  word-wrap: normal;
}


a,a:visited,a:active,a:hover {
  color: #FFF;
  text-decoration: underline;
}

section {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

p {
    font-size: 12px;
}

.btn{
  border-width: 0;
  border-radius: 0;
  border-radius: 0;
}

.btn-success{
  background-color: #00a651;
}

.centered{
  text-align: center;
}


.requirements{
    font-size: 0.8em;
}

.instruction{
  display: block;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Ensure the video is behind other content */
}

.content {
  position: relative;
  z-index: 1;
  color: white;
  top: 50%;
  transform: translateY(-50%);
}

.bg-image {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 0;
}

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

.form-horizontal .btn {
  display: block;
  margin: 0 auto;
}

.user-signup__submit {
  line-height: .5em;
}

.user-signup__form {
  margin-left: -5px;
}

.user-signup__form-group {
  padding: 0 0 0 5px;
  position: relative;
}

@media all and (max-width: 767px) {
  .form-horizontal .mt-table,.form-horizontal .mt-table--full,.form-horizontal .mt-table--centered,.form-horizontal .mt-table--full,.form-horizontal .mt-td--centered-vertical {
    display: block;
  }
}

@media all and (min-width: 768px) {
  .form-horizontal .user-signup__col-2 {
    width: 1%;
  }
}

.floating-signup__wrap {
  position: fixed;
  z-index: 5;
  padding: 10px;
}

.floating-signup {
  position: relative;
  padding: 10px 20px;
}

.floaty-vertical--middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (max-width: 480px) {
  .floaty-unfloat-at--xs.floating-signup__wrap {
    position: static;
    display: block;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    float: none;
  }
}

.insert--image {
  display: block;
  position: relative;
}

.insert--image.wrap-off-align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacer {
  z-index: 0;
  width: 2.52px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.clean-hr {
  z-index: 0;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 28px;
}

.m-lg-v {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt-table,.mt-table--full {
  display: table;
}

.mt-table--full {
  width: 100%;
}

.mt-td,.mt-td--centered-vertical {
  display: table-cell;
}

.mt-td--centered-vertical {
  vertical-align: middle;
}

.loading-state {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url(/res/loading.gif) 50% 45% no-repeat;
}

.rel {
  position: relative;
}

.bg-image {
  background-image: url(cubisonic6.jpg);
  background-attachment: scroll;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

h1 {
  font-size: 40px;
}

.form-control__input {
  border-width: 0;
  border-radius: 0;
  font-size: 14px;
  height: 50px;
}

.user-signup__submit {
  border-width: 0;
  border-radius: 0;
  font-size: 16px;
  padding-right: 40px;
  padding-left: 40px;
  height: 60px;
  background-color: #00a651;
  color: #FFF;
}

.user-signup__submit:hover {
  background-color: #1cd861;
  color: #FFF;
}

@media all and (min-width:481px) {
  p {
    font-size: 1em;
  }

  h1 {
    font-size: 60px;
  }
    .instruction{
  max-width: 100%;
}

@media all and (min-width:769px) {
  p {
    font-size: 1em;
  }

  h1 {
    font-size: 75px;
  }
    .instruction{
  max-width: 80%;
}
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  margin-top: 1rem;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

