input {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-size: 16px;
  font-variation-settings: "wght" 400;
  height: 36px;
  margin: 5px 10px;
  border-radius: 8px;
  padding: 0px 8px;
}

input:focus {
  border: 1px solid #40a2e3;
  outline: none;
}

button {
  background-color: #40a2e3;
  width: 80px;
  height: 36px;
  border: none;
  border-radius: 8px;
  margin-left: auto;
  color: black;
  font-variation-settings: "wght" 530;
  font-size: .84em;
  cursor: pointer;
}

button:hover {
  background-color: #50b2f3;
}

.login-container {
  width: 350px;
  height: 450px;
  display: flex;
  flex-direction: column;
  background-color: #101010;
  border-radius: 12px;
  border: 1px solid #222222;
}

.title {
  margin: 60px auto;
  font-size: 40px;
}

input {
  background-color: transparent;
  border: 1px solid #333;
}

.bottom-container {
  width: calc(100% - 20px);
  display: flex;
  margin: 10px;
  margin-top: auto;
}

.register-anchor {
  line-height: 36px;
  font-size: 15px;
}
