.custom-toast.Toastify__toast--success,
.custom-toast.Toastify__toast--info,
.custom-toast.Toastify__toast--warning,
.custom-toast.Toastify__toast--error {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
  color: #666;
  min-height: 50px;
  overflow: hidden;
  padding: 0;
}

.Toastify .Toastify__toast-container {
  width: 380px;
  margin-bottom: 30px;
  margin-left: 10px;
}
