*
{
font-family: 'Montserrat';
  margin: 0px;
  padding: 0px;
}
a
{
color: black;
}
body
{
    font-size: 15px;
    /*background-color: #100e17;*/
    color: white;
    font-family: Arial;
    background-image: url("../background/background2.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-color: black;
    height: 100%;
    min-width: 1000px;
}
h1
{
  text-align: center;
}
form
{
  background-color: rgba(0, 0, 0, 0.8);
  padding: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius:  10px;
  transform: translate(-50%, -50%);
}
button
{
  font-size: 17px;
  border: none;
  background-color: white;
  color: #100e17;
  padding: 10px;
  width: 200px;
  border-radius: 1000px;
}
#login
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#name, #password
{
  height: 28px;
  width: 250px;
  font-size: 20px;
  line-height: 40px;
}
