
.login-box{
	margin-top: 100px;
    width: 320px;
    height: 412px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    top: 46%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 70px 30px;
}
.text{
	text-align: center;
    /* margin-top: -100px; */
    width: 100%;
    height: 90%;
    font-size: 59px;
    color: #fff;
    top: 36%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 70px 30px;
}
.avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}

.login-box p{
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.login-box input{
    width: 100%;
    margin-bottom: 20px;
}
.login-box button{
    width: 100%;
    margin-bottom: 20px;
}
.login-box input[type="text"], input[type="password"]
{
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}
.login-box input[type="submit"]
{
    border: none;
    outline: none;
    height: 40px;
    background: red;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
}
.login-box input[type="submit"]:hover
{
    cursor: pointer;
    background: #FF1E21;
   
}

.login-box button[type="submit"]
{
    border: none;
    outline: none;
    height: 40px;
    background: midnightblue;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
}
.login-box button[type="submit"]:hover
{
    cursor: pointer;
    background:#0013CD;
    
}

.login-box a{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}
.login-box a:hover
{
    color: #39dc79;
}


@media screen and (max-width: 1377px) { 
	.text { font-size: 50px;
margin-top:; }
}
@media screen and (max-width: 1024px) { 
	.text { font-size: 35px;
margin-top: -20px; }
}
@media screen and (max-width: 768px) { 
	.text { font-size: 35px }
}
@media screen and (max-width: 600px) { 
    .text  { font-size: 25px;
     }
}

@media screen and (max-width: 400px) { 
    .text  { font-size: 23px;
        margin-top: 13px; }
}
@media screen and (max-width: 375px) { 
    .text  { font-size: 25px;
        margin-top: 13px; }
}
@media screen and (max-width: 1980px) { 
	.output {   margin-top:25px;  }
}
@media screen and (max-width: 1024px) { 
	.output {   font-size: 30px   }
}
@media screen and (max-width: 768px) { 
	.output {   font-size: 35px   }
}
@media screen and (max-width: 600px) { 
	.output  { font-size: 23px }
}

@media screen and (max-width: 400px) { 
	.output { margin-top: -10px; }
}




body { background:url(https://ununsplash.imgix.net/photo-1416934625760-d56f5e79f6fe?fit=crop&fm=jpg&h=725&q=75&w=1050) center center; overflow:hidden; margin:0; padding:0; background-size:cover;}
i {
  position: fixed;
  top:0; bottom:0;left:0;right:0;
  display:block;
  
  z-index:-1;
}
canvas#spiders {
  height:100vh;
}


canvas {
  display: block;
  vertical-align: bottom;
}
/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
 
}




















































