.customInputSize {
  background-color: #f5f5f5;
  border: none;
  margin-left: 5%;
  /* width: 20%; */
  /* color: #45aa02; */
}

.customInputSize:focus {
  outline: none;
}

.customInputSize::placeholder {
  color: #45aa02;
  font-weight: 600;
}
#CustomButton {
  background-color: #0071b9;
  color: white;
  border: none;
  /* margin-right: 5%; */
}
.customButton {
  border-radius: 0 !important;
  border: none;
  padding-bottom: 50px;
}
/* *{
    background-color: #45aa02 !important;
} */
