div.form input, div.form textarea, div.form select {
  margin: 0em;
}

div.form fieldset {
  border: 1px solid #DDD;
  padding: 10px;
  margin: 0 0 10px;
  -moz-border-radius: 7px;
}

div.form label {
  font-size: 1.1em;
  display: block;
  float: left;
}

div.form .row {
  margin: 5px 0px;
}

div.form .hint {
  margin: 0;
  padding: 0;
  color: #999;
}

div.form .note {
  font-size: .8em;
}

div.form span.required {
  color: red;
}

div.form div.error label:first-child, div.form label.error, div.form span.error {
  color: #C00
}

div.form div.error input, div.form div.error textarea, div.form div.error select, div.form input.error, div.form textarea.error, div.form select.error {
  background: #FEE;
  border-color: #C00
}

div.form div.success input, div.form div.success textarea, div.form div.success select, div.form input.success, div.form textarea.success, div.form select.success {
  background: #E6EFC2;
  border-color: #C6D880;
}

div.form div.success label {
  color: inherit;
}

div.form .errorSummary {
  border: 2px solid #C00;
  padding: 7px 7px 12px;
  margin: 0 0 20px;
  background: #FEE;
  font-size: .9em;
  color: red;
}

div.form .errorMessage {
  color: red;
  font-size: .9em;
}

div.form .errorSummary p {
  margin: 0;
  padding: 5px;
}

div.form .errorSummary ul {
  margin: 0;
  padding: 0 0 0 20px;
}

div.wide.form label {
  float: left;
  margin-right: 10px;
  position: relative;
  text-align: right;
}

div.wide.form .row {
  clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage {
  clear: left;
}

div.form input[type="text"],
div.form input[type="password"],
div.form select, div.form textarea {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);*/
  /*-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);*/
  /*box-shadow: 0 2px 4px rgba(0, 0, 0, .1);*/
  background: #fefefe;
  border: 1px solid #dbd4c1;
  border-width: 1px;
  padding: 7px;
}

div.form textarea.fullwidth {
  width: 95.5%;
}

.id-column {
  min-width: 20px;
  max-width: 20px;
  width: 20px;
}

.search-form .wide.form label {
  font-size: 9px;
  text-align: left;
}

div.wide.form input.sf, div.wide.form select.sf, div.wide.form textarea.sf {
  float: left;
  clear: both;
}

.row .column2 {
  margin: 3px 0;
}

div.form input[disabled="disabled"] {
  background: rgb(235, 235, 228)
}

div.form input[type="checkbox"] {
  width: 28px;
  height: 28px;
}
#Request_groups input[type="checkbox"]{
  width: 15px;
  height: 15px;
  float: left;
}


#UserLogin_password, #UserLogin_username {
  border-radius: 10px;
  background-color: #E7E7E7 !important;
  color: black !important;
  border: 0px solid #00000033;
  width: 190px;
  height: 30px;
  padding: 0px 10px;
  float: left;
  border: solid 1px #12afe9;
}

#UserLogin_username:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #E7E7E7 inset;
      background-color: #E7E7E7 !important;
}

#UserLogin_password:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #E7E7E7 inset;
  background-color: #E7E7E7 !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.3) inset;
  background-color: rgba(0, 0, 0, 0.3) !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.3) inset;
  background-color: rgba(0, 0, 0, 0.3) !important;
}

#loginform>.form>form>.submit>input {
  background-color: #12afe9;
  border: none;
  /* text-transform: uppercase; */
  /* letter-spacing: 2px; */
  margin-top: 5px;
  color: white;
  width: 75px;
  height: 25px;
  border-radius: 5px;
  margin-left: 22px;
  /* margin-top: 37px; */
  /* position: relative; */
  /* top: 10px; */
  /* left: -97px; */
  float: left;
  font-size: 1.2em;
}

.row_username, .row_password{
  width: 256px;
    clear: both;
    margin: 0 auto !important;
}
