.ziadost input[type=text],
.ziadost select {
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  font: inherit;
  padding: 3px;
  outline: none;
  height: 18px;
  line-height: 18px;
}
.ziadost select {
  box-sizing: initial;
}
.ziadost .btn {
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.3);
  color: black;
  padding: 5px 10px;
  font: inherit;
  background: none;
  border-radius: 4px;
  cursor: pointer;
}
.ziadost .btn.btn-primary {
  border: #17a5d1;
  background: #17a5d1;
  color: white;
}
.ziadost .alert {
  margin: 10px 0;
  padding: 10px 20px;
  background: #17a5d1;
  color: white;
  border-radius: 5px;
}
.ziadost .alert.alert-error {
  background: #de0000;
}
.ziadost .alert.alert-success {
  background: #00bb00;
}
.ziadost .btn.btn-success {
  background: #00bb00;
  color: white;
  padding: 10px 20px;
}
.ziadost .btn.btn-danger {
  background: #de0000;
  color: white;
  padding: 10px 20px;
}
.ziadost .form-actions {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #cecece;
}
