label {
  width: 100%;
}
input:not([type="submit"]){
  width: 100%;
}
textarea { 
  width: 100%;
  height: 200px;
}
#saveForm{
background-color: #abb8c3 !important;
    border: solid 2px black;
    border-radius: 5px;
    padding: 9px;
    color: black !important;
}