
* {
  font-family: "Roboto", sans-serif;
  margin-top: 0;
  padding-top: 0;
}

.Login {
  background-color: white;
  color: #023047;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  border-radius: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

#User {
  background-color: white;
  border: thick solid #023047;
  color: #023047;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  border-radius: 15px;
  font-weight: bold;

}

#Password {
  background-color: white;
  border: thick solid #023047;
  color: #023047;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  border-radius: 15px;
  font-weight: bold;
}

h2 {
  color: #023047;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
}

button {
  background-color: white;
  border: thick double #023047;
  color: #023047;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  border-radius: 15px;
  font-weight: bold;
}



