/*@media (max-width: 1024px){*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
body,html{
  margin: 0px;
  padding: 0px;
  height: 100vh;
  width: 100vw;
  color: black;
  overflow: hidden;
}


body{
	background: linear-gradient(#1c3343,#0c1013);
}
#login_info{
	font-size: 5vw;
	width: 90%;
	margin-bottom:0px;
}

#div_logo{
  width: 50%;
  position: absolute;
  top: 450px;
  z-index: -2;
}
#div_logo img{
  width: 150%;
}
.btn_page{

  width: 70%;
  height: 50px;
  margin-left: 0%;
  margin-right: 0%;
  font-size: 3vw;
}
input::placeholder{
  color: gray;
  font-size: 3vw;
}
input,button{
	font-size: 1.5vw;
}
#btn_register{
	font-size: 1.5vw;
	margin-left: 5%;
	align-content: center;
	width: 70%;
}
#btn_log_in:active{
  background-color: #0cbc46;
}

}