html, body{
    height: 100vh;
}
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  font-size: 14px;
  background-color: #0e151b;
}
#content{
    height: 100vh;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}
#particles-js{
    height: 100vh;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    background: url(../img/back.jpg) no-repeat center center fixed;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}
.container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-width: 100%;
  height: 100vh;
  min-height: 100%;
  padding: 20px;
}

#login-row {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #fff;
  width: 90%;
  max-width: 350px;
  position: relative;
  padding: 0px;
  margin-bottom:10px;
  -webkit-box-shadow: 0 0px 35px 0 rgba(0,0,0,0.4);
  box-shadow: 0 0px 35px 0 rgba(0,0,0,0.4);
  text-align: center;
}


#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding-top: 0px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

#formFooter a {
  color: #aaa;
  display:inline-block;
  text-decoration: none;
  font-weight: 600;
}

#formFooter a:hover {
  color: #47b;
  display:inline-block;
  text-decoration: underline;
  font-weight: 800;
}

#formFooter a.underlineHoverRed {
  color: #d66;
  display:inline-block;
  text-decoration: none;
  font-weight: 600;
}

#formFooter a.underlineHoverRed:hover {
  color: #f33;
  display:inline-block;
  text-decoration: underline;
  font-weight: 800;
}

.google-link{
    color: #eee;
    text-decoration: none;
    opacity: 0.5;
}

.google-link:hover{
    color: #eee;
    text-decoration: none;
    opacity: 0.8;
}
