
* {
 
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

body {
  background-image: linear-gradient(rgb(143, 137, 137), black);
  height: 100%;
  
}


#spotl{
  position: absolute;
  height:150px ;
  width: 250px;
  top: 17.4vh;
  left: 47vw;
  
  
  }
h1
{
  margin-bottom: 10vh;
  
}

span {
  
  padding:10px;
}
hr{
  
  margin-top: 35px;
  width: 40%;
  height: 1px;
  border: none;
  background-color: black;
display: inline-block;
}
hr:first-of-type{
  margin-left: 20px;
}

input {
  margin-bottom: 5%;

}

input:last-of-type {
  margin-bottom: 0;
}

input, button {
  padding: 3%;
  width: 100%;
}

.login-container {
  background-color: rgba(255, 255, 255, 0.71);
  padding: 7%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  /* horizontal align */
  width: 20vw;
 margin: 0px auto;
  /* vertical align */
  height: 70vh;
  margin-top: 10vh;
}

#submit, #create-acct-btn {
  background-color: #106ba4;
  color: white;
  border: none;
  margin-top: 4vh;
}
button{
  margin-left:10px ;
}
button:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}

#sign-up {
  margin-top: 5vh;
  border: none;
}

#create-acct {
  display: none;
  text-align: center;

}

#return-btn {
  background: none;
  color: grey;
  text-decoration: underline;
  border: none;
  margin-top:3%;
}
#create-acct h1 {

 margin-top: 15vh;
}
#logo img{
    
  width: 350px;
  
      position: absolute;
      height: 200px;
      border-bottom: 2px solid black;
      top: 7vh;
      left: 39vw;
      
  }