.height-100 {
  height: 100vh;
}

.card {
  width: 400px;
  border: none;
  height: 350px;
  box-shadow: 0px 5px 20px 0px #d2dae3;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card h6 {
  font-size: 20px;
}

.inputs input {
  width: 40px;
  height: 40px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid;
}

.validate {
  border-radius: 20px;
  height: 40px;
  border: 1px solid;
  width: 140px;
}

.form-floating {
  width: 100%;
}

.form-floating .form-control {
  width: 100%;
  min-width: 100%;
}

.form-floating label {
  left: 1rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
