body{
  margin: 0;
  padding: 0;
  background-image: url(Background.jpg);
  background-position: center;
  background-size: cover;
}

canvas{
  display: none;
}

.container{
  width: 360px;
  height: 450px;
  background: #fff;
  margin: 7.5% auto;
  border-radius: 10px;
  font-family: sans-serif;
}
h3{
  text-align: center;
  color: #777;
  margin-bottom: 40px;
}
.container form{
  width: 280px;
  position: relative;
  top: 100px;
  left: 40px;
}
form input{
  width: 100%;
  padding: 10px 5px;
  margin: 5px 0;
  border: 0;
  border-bottom: 1px solid #999;
  outline: none;
  background: transparent;
}
#open1{
  width: 25px;
  height: 25px;
  position: absolute;
  top: 115px;
  cursor: pointer;
  left: 250px;
  display: none;
}
#closed1{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 110px;
  cursor: pointer;
  left: 248px;
}
form hr{
  width: 103%;
  position: absolute;;
  top: 230px; 
}
#or{
  width: 30px;
  background: #fff;
  left: 125px;
  text-align: center;
  position: absolute;
  top: 215px; 
}
#submit{
  width: 103%;
  padding: 10px 5px;
  margin: 10px 0;
  border-radius: 50px;
  position: relative;
  background: linear-gradient(to right, red, orange, yellow, orange, red);
  border: none;
  cursor: pointer;
  font-size: 15px;
  outline: none;
  color: #000;
}
#submit:hover{
  border: 1.5px solid black;
}
h5{
  color: #555;
  position: absolute;
  top: 468px;
  left: 615px;
}
#SignUp{
  position: absolute;
  top: 489px;
  border: none;
  left: 697px;
  color: blue;
  background: transparent;
  outline: none;
}

#error{
  color: red;
  position: absolute;
  top: 80px;
  display: none;
}

#error2{
  color: red;
  position: absolute;
  top: 125px;
  display: none;
}