.auth-page {
  min-height: 100vh;
  padding: 4rem 1rem;
  background: #f5f7fa;
}

.auth-card {
  max-width: 480px;
  margin: 0 auto;
  padding: 2rem;
  background: white;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.auth-card--wide {
  max-width: 760px;
}

.form-text,
.form-email,
.form-password,
.form-select,
textarea {
  width: 96%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-left:10px;
}

.button {
  padding: 12px 18px;
  border-radius: 8px;
}


.user-form {
  padding-top: 15px;
}


.user-form fieldset{
margin-bottom: 15px;
padding: 8px;
}


.user-form fieldset .fieldset-legend{

font-weight: bold;
}


.user-form fieldset .description{
 padding: 10px;
}

.user-form fieldset legend{

}

.user-form label{
 padding-left: 10px;
 font-family: Verdana;
 line-height: 1.5em;
 color: #000000;
 font-size: 0.85em;
 font-weight:normal;
}

.user-form .form-checkbox
{
 margin-left: 10px;
}



#edit-group-section, #edit-group-workareas, #edit-group-methods{
padding-bottom: 15px;
}

#edit-field-benutzer-agreement-value{
 margin-left: 0px;
}

.form-item-field-benutzer-agreement-value{
padding-top: 20px;
padding-bottom: 20px;
}




.section-user:hover, .work:hover, .method:hover {
  font-weight:bold;
}
