.text_adduser, .number_adduser, .email_adduser, .textarea_adduser, .radio_adduser{
  width:300px;
}

textarea.textarea_adduser{
    margin-bottom: -5px;
}

div.error{
  margin-bottom:10px;
  margin-left: 0px;
  max-width: 435px;
}

.adduser_label{
  width:160px;
  display: inline-block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

div.updated{
    margin-left: 0;
}

#doctors_apply{
  margin-top:25px;
}

#edit_doctor{
  background: #007cba;
  border-color: #007cba;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  display: inline-block;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  margin-top:10px;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}

.text_adddoctor{
  min-width:200px;
}
