body {
  background-color: #2b2b2b;
  margin-bottom: 100px;
}
.login-logo {
  margin-top: 50px;
  margin-bottom: 30px;
  height: 200px;
  width: auto;
}
.input-box {
  font-size: 15px;
  margin: 20px;
  padding-left: 20px;
  border-radius: 5px;
  font-weight: bold;
  border: solid 1px #474a4d;
  background-color: #383c3c;
  height: 40px;
  width: 400px;
  color: white;
}
.login-button {
  height: 45px;
  width: 420px;
  margin: 20px;
  background-color: #01b0f1;
  border-radius: 5px;
  font-weight: bold;
  border: solid 1px #474a4d;
  font-size: 15px;
  color: white;
}
.login-button:hover {
  opacity: 0.6;
}
.register-hr {
  width: 420px;
  border: solid 1px #474a4d;
  margin: 20px;
}
.register-sentense {
  margin: 20px;
  color: white;
}
.register-button {
  height: 45px;
  width: 420px;
  background-color: #2b2b2b;
  border-radius: 5px;
  font-weight: bold;
  border: solid 1px #01b0f1;
  color: #01b0f1;
  font-size: 15px;
}
.register-button:hover {
  opacity: 0.6;
}
