@import url(https://fonts.googleapis.com/css?family=Dosis:300|Lato:300,400,600,700|Roboto+Condensed:300,700|Open+Sans+Condensed:300,600|Open+Sans:400,300,600,700|Maven+Pro:400,700);
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.login-html {
  background: black;
}

.login-body {
  font-family: "Open Sans";
  font-size: 16px;
  color: White;
  font-weight: 600;
}

.login-a {
  color: #BBB;
}

.login-content:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1; 
  display: block;
  /*
  background-color: white;
  background-image: url("/images/iotcatalyst_background_2.jpg");
  */
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.login-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 500px;
  height: 420px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: auto auto;
  padding: 40px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 10px white;
  -webkit-box-shadow: 0 0 10px white; 
  box-shadow: 0 0 10px black;
}



.login-content .title {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  padding-bottom: 30px;
}
.login-content input {
  width: 100%;
  font-size: 1.2rem;
  font-family: "Open Sans";
  margin: 10px 0px;
  border: none;
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #f8f9fc!important;
}
.login-content input[type=checkbox] {
  display: none;
}
.login-content label {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  margin-left: 5px;
  margin-right: 10px;
  top: 5px;
}
.login-content label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #aaa;
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}
.login-content input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: Black;
  text-align: center;
  line-height: 20px;
}
.login-content span {
  font-size: 0.9rem;
}
.login-content button {
  width: 100%;
  font-size: 1.1rem;
  padding: 10px;
  margin: 20px 0px;
  background-color:#607d8b;
  color: White;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.login-content .sso button {
  padding: 5px;
  margin: 20px 0px 0px 0px;
  background-color:#ffffff;
  color: #000000;
  border: solid;
  border-color:#000000;
  border-width: 2px;
}
.login-content .social {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.login-content .social span {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 20px;
}
.login-content .social span:before, .login-content .social span:after {
  content: '';
  display: block;
  width: 500px;
  position: absolute;
  top: 0.9em;
  border-top: 1px solid black;
  color: black;
}
.login-span
{
    color: black;
}
.login-content .social span:before {
  right: 75%;
}
.login-content .social span:after {
  left: 75%;
}
.login-content .buttons {
  width: 100%;
  margin: 30px 0px;
}
.login-content .buttons button {
  float: left;
  width: 30%;
  margin: 0px 1.5%;
}
.login-content .buttons button i {
  padding-right: 7px;
}
.login-content .buttons button.facebook {
  background-color: #4464B2;
}
.login-content .buttons button.twitter {
  background-color: #28A9E0;
}
.login-content .buttons button.google {
  background-color: #DA4735;
}
.login-content .buttons:after {
  content: "";
  display: block;
  clear: both;
}
.login-content .already {
  text-align: center;
  font-size: 0.9rem;
}








.install-html {
  background: black;
}

.install-body {
  font-family: "Open Sans";
  font-size: 16px;
  color: White;
  font-weight: 600;
}

.install-a {
  color: #BBB;
}



.install-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 500px;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: auto auto;
  padding: 40px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 10px white;
  -webkit-box-shadow: 0 0 10px white; 
  box-shadow: 0 0 10px black;
}



.install-content .title {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  padding-bottom: 30px;
}
.install-content input {
  width: 100%;
  font-size: 1.2rem;
  font-family: "Open Sans";
  margin: 10px 0px;
  border: none;
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #f8f9fc!important;
}

.install-content input[type=checkbox] {
  display: none;
}
.install-content label {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  margin-left: 5px;
  margin-right: 10px;
  top: 5px;
}
.install-content label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #aaa;
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}
.install-content input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: Black;
  text-align: center;
  line-height: 20px;
}
.install-content span {
  font-size: 0.9rem;
}
.install-content button {
  width: 100%;
  font-size: 1.1rem;
  padding: 10px;
  margin: 20px 0px;
  background-color:#6191c2;
  color: White;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.install-content .social {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.install-content .social span {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 20px;
}
.install-content .social span:before, .install-content .social span:after {
  content: '';
  display: block;
  width: 500px;
  position: absolute;
  top: 0.9em;
  border-top: 1px solid black;
  color: black;
}
.install-span
{
    color: black;
}
.install-content .social span:before {
  right: 75%;
}
.install-content .social span:after {
  left: 75%;
}
.install-content .buttons {
  width: 100%;
  margin: 30px 0px;
}
.install-content .buttons button {
  float: left;
  width: 30%;
  margin: 0px 1.5%;
}
.install-content .buttons button i {
  padding-right: 7px;
}
.install-content .buttons button.facebook {
  background-color: #4464B2;
}
.install-content .buttons button.twitter {
  background-color: #28A9E0;
}
.install-content .buttons button.google {
  background-color: #DA4735;
}
.install-content .buttons:after {
  content: "";
  display: block;
  clear: both;
}
.install-content .already {
  text-align: center;
  font-size: 0.9rem;
}


body {
  margin: 0;
  background: #000; 
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100000;
    transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}




.activate-html {
  background: black;
}

.activate-body {
  font-family: "Open Sans";
  font-size: 16px;
  color: White;
  font-weight: 600;
}

.activate-a {
  color: #BBB;
}

.activate-content:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  /*background-color: white;
  background-image: url("/images/IoTCatalystLogin.jpg");*/
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.activate-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 500px;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: auto auto;
  padding: 40px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 10px white;
  -webkit-box-shadow: 0 0 10px white;
  box-shadow: 0 0 10px black;
}
.activate-content .title {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  padding-bottom: 30px;
}
.activate-content input {
  width: 100%;
  font-size: 1.2rem;
  font-family: "Open Sans";
  margin: 10px 0px;
  border: none;
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.activate-content input[type=checkbox] {
  display: none;
}
.activate-content label {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  margin-left: 5px;
  margin-right: 10px;
  top: 5px;
}
.activate-content label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #aaa;
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}
.activate-content input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: Black;
  text-align: center;
  line-height: 20px;
}
.activate-content span {
  font-size: 0.9rem;
}
.activate-content button {
  width: 100%;
  font-size: 1.1rem;
  padding: 10px;
  margin: 20px 0px;
  background-color:#6191c2;
  color: White;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.activate-content .social {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.activate-content .social span {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 20px;
}
.activate-content .social span:before, .activate-content .social span:after {
  content: '';
  display: block;
  width: 500px;
  position: absolute;
  top: 0.9em;
  border-top: 1px solid black;
  color: black;
}
.activate-span
{
    color: black;
}
.activate-content .social span:before {
  right: 75%;
}
.activate-content .social span:after {
  left: 75%;
}
.activate-content .buttons {
  width: 100%;
  margin: 30px 0px;
}
.activate-content .buttons button {
  float: left;
  width: 30%;
  margin: 0px 1.5%;
}
.activate-content .buttons button i {
  padding-right: 7px;
}
.activate-content .buttons button.facebook {
  background-color: #4464B2;
}
.activate-content .buttons button.twitter {
  background-color: #28A9E0;
}
.activate-content .buttons button.google {
  background-color: #DA4735;
}
.activate-content .buttons:after {
  content: "";
  display: block;
  clear: both;
}
.activate-content .already {
  text-align: center;
  font-size: 0.9rem;
}













































