input[type="text"],
input[type="email"],
input[type="nachricht"],
input[type="password"],
input[type="password"],
input[type="number"],
select {
  background: rgb(255, 255, 255, 0.3);
  border: 1px solid dimgrey;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 3px;
  margin-top: 5px;
  padding: 3px 5px 3px 5px;
  box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.9), 1px 1px 0px rgba(255, 255, 255, 0.5);
  width: 100%;
}

select {
  width: auto;
}

textarea {
  background: rgb(255, 255, 255, 0.3);
  border: 1px solid dimgrey;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 3px;
  margin-top: 5px;
  padding: 3px 5px 3px 5px;
  box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.9), 1px 1px 0px rgba(255, 255, 255, 0.5);
  width: 100%;
}

textarea:focus,
input[type="nachricht"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"] {
  border: 0;
  outline: 0;
  /* Chromium */
  border: solid 0px #FFF !important;
  box-shadow: 0px 0px 3px 0px #4169E1 !important;
}

button[type='button'],
input[type='reset'],
input[type="button"],
button[type='submit'],
input[type='submit'] {
  background-color: #1E90FF;
  /*radial-gradient(ellipse farthest-corner at center center, #BCC6CC 0%, #778899 70%);*/
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: bold;
  padding: 4px;
  border-radius: 5px;
  border: 1px solid dimgrey;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5), -1px -1px 0px rgba(0, 0, 0, 0.9);
  box-shadow: -1px -1px 0px rgba(255, 255, 255, 0.5), 1px 1px 0px rgba(0, 0, 0, 0.9);
  height: 30px;
  width: 100%;
  cursor: pointer;
}

button[type='button']:focus,
button[type='button']:hover,
button[type='submit']:focus,
button[type='submit']:hover,
input[type='submit']:hover,
input[type='submit']:focus {
  color: limegreen;
  border: 1px solid darkgrey;
  box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.9), 1px 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5), -1px -1px 0px rgba(0, 0, 0, 0.9);
}

input[type='reset']:focus,
input[type='reset']:hover,
input[type='button']:focus,
input[type='button']:hover {
  color: red;
  border: 0px solid darkgrey;
  box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.9), 1px 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5), -1px -1px 0px rgba(0, 0, 0, 0.9);
}

input[type="checkbox"]:checked+label {
  color: #4169E1;
}
