*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0px;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background-color: #f0f0f0;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
}

#info {
  position: absolute;
  display: flex;
  right: 5px;
  bottom: 5px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding: 3px;
  /* border: 1px solid white; */
  z-index: 5;
  background: rgba(255, 255, 255, 0.313);
}

.octicon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: white;
}

.github,
.github a:hover,
.github a:active,
.github a {
  color: white;
}

/* Formulaire d'inscription */
#divFormRegister {
  max-width: 400px;
  margin: auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#formRegister {
  padding: 20px;
}

.inputReg {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inputReg label {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  height: 100%;
}

#inputSubmit {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}
#inputSubmit:hover {
  background-color: #0056b3;
}

#formulaireError {
  font-size: 14px;
  margin-top: 10px;
  display: block;
}

#username, #password {
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#titleReg {
  color: #333;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

#buttons {
  display: flex;
  gap: 10px;
}/*# sourceMappingURL=gamemain.css.map */