.content {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  font-weight: 500;
}

input {
  width: auto;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid lightgray
}
.input-primary {
    background-color: lightgreen;
}

.input-secondary {
    background-color: lightcoral;
    color: white;
   
}
