#register .container {
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
    /*width: 990px;*/
    border: solid 3px #ccc;
    border-radius: 10px;
    padding:2em;
}

.delete-row{
    width:300px !important;
}

#id_gender, .dependent-gender{
  padding: 5px;
  color: gray;
}
#id_gender option, .dependent-gender option { color: black; }
#id_gender option:first-child, .dependent-gender option:first-child{
  color: gray;
}