input[type=button], input[type=submit], input[type=reset], button.imButton {
 border: 5em;
 margin: 4px;
 cursor: pointer;
 outline: none;
 font-size: 16px;
 -webkit-transform: translate(0);
 transform: translate(0);
 background-image: linear-gradient(45deg, #4568dc, #b06ab3);
 padding: 0.7em 2em;
 border-radius: 65px;
 box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.438);
 -webkit-transition: box-shadow 0.25s;
 transition: box-shadow 0.25s;
 color: white;
}

input[type=button] .text, input[type=submit] .text, input[type=reset] .text, button.imButton .text {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #4568dc, #b06ab3);
}

input[type=button]:after, input[type=submit]:after, input[type=reset]:after, button.imButton:after {
  content: "";
  border-radius: 18px;
  position: absolute;
  margin: 4px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #0e0e10;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, button.imButton:hover {
  background-image: linear-gradient(-45deg, #4568dc, #b06ab3);
  box-shadow: 0 12px 24px rgba(128, 128, 128, 0.1);
}

input[type=button]:hover .text, input[type=submit]:hover .text, input[type=reset]:hover .text, button.imButton:hover .text {
  background-image: linear-gradient(-45deg, #4568dc, #b06ab3);
}


input[type=submit].login_button {
  background-image: url('/layout/images/login_button.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
  border: none;
  cursor: pointer;
  outline: none;
  width: 211px;
  height: 73px;
  left: 8%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

input[type=submit].login_button:hover {
  filter: saturate(1.8);
}

input[type=submit].sign_in_button {
  background-image: url('/layout/images/sign_in_button.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
  border: none;
  cursor: pointer;
  outline: none;
  width: 118px;
  height: 31px;
  left: 4%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

input[type=submit].sign_in_button:hover {
  filter: saturate(1.8);
}

input[type=submit].lost_acc_button {
  background-image: url('/layout/images/lost_acc_button.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
  border: none;
  cursor: pointer;
  outline: none;
  width: 118px;
  height: 31px;
  left: 4%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

input[type=submit].lost_acc_button:hover {
  filter: saturate(1.8);
}

input[type=submit].create_character_button {
  background-image: url('/layout/images/login_button.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
  border: none;
  cursor: pointer;
  outline: none;
  width: 311px;
  height: 106px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

input[type=submit].create_character_button:hover {
  filter: saturate(1.8);
}

