#user-login-form {
  background-color: #fff;
  margin: auto;
  max-width: 640px;
  padding: 40px 40px 90px 40px;
  margin-top: 100px;
  position: relative;
}

#user-login-form .input-group {
  display: block;
}

#user-login-form .input-group-addon {
  font-size: 16px;
  text-align: left;
  padding: 0;
  border: 0;
  background-color: #fff;
}

#user-login-form input {
  margin-top: 10px;
  margin-bottom: 20px;
  height: 60px;
  padding: 18px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}

#user-login-form #edit-submit {
  background-color: #262626;
  color: #fff;
  border-radius: 60px;
  padding: 12px 20px;
  height: 48px;
  position: absolute;
  right: 40px;
  bottom: 0;
}

#user-login-form .u-actions {
  position: absolute;
  bottom: 25px;
  left: 40px;
  font-size: 14px;
}

#user-login-form .u-actions a {
  color: #737373;
  text-decoration: underline;
}


#user-login-form #edit-name--description, #user-login-form #edit-pass--description {
    display: none;
}

#user-pass {
  background-color: #fff;
  margin: auto;
  max-width: 640px;
  padding: 40px 40px 90px 40px;
  margin-top: 100px;
  position: relative;
}

#user-pass .input-group {
  display: block;
}

#user-pass .input-group-addon {
  font-size: 16px;
  text-align: left;
  padding: 0;
  border: 0;
  background-color: #fff;
}

#user-pass input {
  margin-top: 10px;
  margin-bottom: 20px;
  height: 60px;
  padding: 18px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}

#user-pass #edit-submit {
  background-color: #262626;
  color: #fff;
  border-radius: 60px;
  padding: 12px 20px;
  height: 48px;
  position: absolute;
  right: 40px;
  bottom: 0;
}

#user-pass .u-actions {
  position: absolute;
  bottom: 25px;
  left: 40px;
  font-size: 14px;
}

#user-pass .u-actions a {
  color: #737373;
  text-decoration: underline;
}

.js-form-type-textfield input, .js-form-type-password input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.form-actions input {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 6px 12px;
}

#block-kh-versicherungen-local-tasks {
    margin: auto;
    display: block;
    text-align: center;
}
