.button {
  height: 49px;
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
}

.input {
  width: 554px;
  height: 49px;
}
