.custom-card {
  box-shadow: none !important;
  background-color: transparent !important;
  margin-bottom: 3rem !important;
  padding-left: 60px;
  padding-right: 60px;
}

p {
  font-size: 32px;
  text-align: center;
  color: black;
}

.plate {
  color: black !important;
  font-size: 120px !important;
  text-align: center;
  letter-spacing: 5px;
  padding: 10px;
  border: 2px solid #D5D5D5;
  border-radius: 24px;
  height: 200px;
  text-transform: uppercase;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.btn-consult {
  background-color: #D4233E;
  border: none;
  padding: 15px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 120px;
  min-width: 20rem;
  text-align: center;
  border-radius: 24px;
}

.authentication-wrapper {
  min-height: 75vh !important;
}
