html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #23272A;
  color: whitesmoke;
  background: url(https://www.pokeclicker.com/assets/images/background-night.png) center no-repeat,center no-repeat #030206;
  background-size: cover;
  min-height: 100vh;
}

main {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  border-radius: 10px;
  background-color: #2C2F33;
}
main .checkbox {
  font-weight: 400;
}
main .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
main .form-control:focus {
  z-index: 2;
}
main input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
main input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-discord {
    background-color: #7289DA;
    color: whitesmoke;
}
