body {
    font-family: "Lato", sans-serif;
}



.main-head{
    height: 150px;
    background: #FFF;
   
}

.sidenav {
    height: 100%;
    background-color: #000;
    overflow-x: hidden;
    padding-top: 20px;
}


.main {
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
}

@media screen and (max-width: 450px) {
    .login-form{
        margin-top: 10%;
    }

    .register-form{
        margin-top: 10%;
    }
	
}

@media screen and (min-width: 768px){
    .main{
        margin-left: 40%; 
    }

    .sidenav{
        width: 40%;
        position: fixed;
		top:350px;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .login-form{
		position: fixed;
        margin-top: 400px;
		width: 40%;
    }

    .register-form{
        margin-top: 20%;
    }
	
	/*==========================================================particle*/
	.panel {
    font-family: 'Source Sans Pro';
    font-size: 1.3em;
    position: absolute;
    z-index: 10;
    width: 500px;
    height: 400px;
    background-color: rgba(0, 0, 0, 1);
    
    margin-top: 0px;
    padding: 0%;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 100;
	}
}


.login-main-text{
    margin-top: 0%;
    padding: 10px;
    color: #fff;
}

.login-main-text h2{
    font-weight: 300;
}

.btn-black{
    background-color: #000 !important;
    color: #fff;
}

/*======================================================================particules=======================================================================================================>*/

canvas{
  display:block;
  vertical-align:bottom;
}

.panel {
    font-family: 'Source Sans Pro';
    font-size: 1.3em;
    position: absolute;
    z-index: 10;
    width: 500px;
    height: 400px;
    background-color: rgba(0, 0, 0, 1);
    top: 30%;
    left:50%;
    margin: 0%;
    padding: 0%;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 100;
}
.panel2 {
    font-family: 'Source Sans Pro';
    font-size: 1.3em;
    position: absolute;
    z-index: 10;
    width: 300px;
    height: 300px;
    background: #ccc;
    top: 50%;
  left:31%;
    margin: -110px 0 0 -100px;
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 100;
}
/* ---- stats.js ---- */

.count-particles{
  background: #000000;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}