#megrendeles {
  width: 100%;
  padding: 0%;
  color: #575656;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
}
#megrendeles label {
  font-weight: normal;
}
@media (max-width: 600px) {
  #megrendeles .col-md-1,
  #megrendeles .col-md-11 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
}
#megrendeles .btn-success {
  background: #F5871F;
  border-color: #F5871F;
  display: inline-block;
  margin: 0px auto;
}
#megrendeles .buttons {
  margin-top: 20px;
}
#megrendeles .buttons a {
  font-size: 16px;
  background: red;
}
#megrendeles legend {
  border-bottom: 1px solid #e5e5e5;
}
#megrendeles textarea {
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  text-indent: 15px;
  width: 100%;
  height: 100px;
}
#megrendeles .radio {
  text-align: left;
}
#megrendeles .checkbox {
  width: auto !important;
  text-align: left;
}
#megrendeles .controls {
  text-align: left;
}
#megrendeles .controls input {
  width: auto;
}
#megrendeles .control-group {
  text-align: center;
}
#megrendeles .control-group input,
#megrendeles .control-group textarea {
  width: 395px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #fff;
  height: 30px;
  text-indent: 10px;
  margin-bottom: 20px;
}
#megrendeles .control-group label {
  text-align: right;
  margin-right: 20px;
  width: 120px;
  display: inline-block;
}
#megrendeles .control-group label.error {
  width: 100%;
  font-size: 13px;
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #f00;
}
#megrendeles .control-group .input-group {
  display: inline-block;
}
#megrendeles .control-group .radio {
  margin-left: 10px;
  margin-right: 0;
  text-align: left;
  margin-left: 85px;
}
#megrendeles .control-group .checkbox {
  margin-left: 95px;
}
#megrendeles .control-group input[type="radio"],
#megrendeles .control-group input[type="checkbox"] {
  width: auto;
  margin-bottom: 10px;
  margin-top: -4px;
}
@media (max-width: 991px) {
  #megrendeles input {
    width: auto !important;
  }
  #megrendeles .control-group label {
    text-align: center;
  }
  #megrendeles .control-group .radio,
  #megrendeles .control-group .checkbox {
    margin-left: auto;
  }
  #megrendeles .controls {
    text-align: center;
  }
}
