input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  height: 2.85em;
  line-height: 2.95em;
  padding: 0 1.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
  padding-left: 1.35em;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
  display: block;
  margin: 0 0 1em 0;
  width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
  font-size: 0.8em;
}

input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
button.big,
.button.big {
  font-size: 1.35em;
}

input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  opacity: 0.25;
}

@media screen and (max-width: 480px) {

  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  button,
  .button {
    padding: 0;
    width: 100%;
  }

}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  background-color: #fff;
  opacity: 0.8;
  color: #fff !important;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
  background-color: #fff;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
  background-color: #fff;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
button.alt,
.button.alt {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  color: #000 !important;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
button.alt:hover,
.button.alt:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

input[type="submit"].alt:active,
input[type="reset"].alt:active,
input[type="button"].alt:active,
button.alt:active,
.button.alt:active {
  background-color: rgba(0, 0, 0, 0.15);
}

input[type="submit"].alt.icon:before,
input[type="reset"].alt.icon:before,
input[type="button"].alt.icon:before,
button.alt.icon:before,
.button.alt.icon:before {
  color: #bfbfbf;
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
button.special,
.button.special {
  background-color: rgb(255, 255, 255, 0.8);
  color: #000 !important;
}

input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
button.special:hover,
.button.special:hover {
  background-color: white;
}

input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
button.special:active,
.button.special:active {
  background-color: rgb(255, 255, 255, 0.8);
}

#backtotop {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: fixed;
  bottom: 50px;
  right: 1em;
  border-radius: 50%;
  background-color: transparent;
  color: #e3d5c6;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}

#backtotop:hover {
  color: #4d4d4d;
}

#floatdown {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  width: 10%;
  border: none;
  background-color: none;
  color: #e3d5c6;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  bottom: 0em;
}

#floatdown:hover {
  color: #4d4d4d;
}

#signup {
  width: 46%;
  background-color: #fff;
  color: #2d2d2d !important;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
  box-shadow: inset 0 0 0 0 #2d2d2d;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

#signupbanner {
  width: 46%;
  background-color: #e3d5c6;
  color: #4d4d4d !important;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
  box-shadow: inset 0 0 0 0 #4d4d4d;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

#signupws {
  width: 46%;
  background-color: #e3d5c6;
  color: #2d2d2d !important;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
  box-shadow: inset 0 0 0 0 #2d2d2d;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  margin-bottom: 10pt;
}

#signupbottom {
  width: 46%;
  background-color: #e3d5c6;
  color: #4d4d4d !important;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
  box-shadow: inset 0 0 0 0 #4d4d4d;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

#signup:hover {
  box-shadow: inset 600px 0 0 0 #2d2d2d;
  color: #e3d5c6 !important;
}

#signupbanner:hover {
  box-shadow: inset 600px 0 0 0 #4d4d4d;
  color: #e3d5c6 !important;
}

#signupws:hover {
  box-shadow: inset 600px 0 0 0 #2d2d2d;
  color: #e3d5c6 !important;
}

#signupbottom:hover {
  box-shadow: inset 800px 0 0 0 #4d4d4d;
  color: #e3d5c6 !important;
}

@media screen and (max-width: 1280px) {

  #signup {
    width: 85%;
  }

  #signup:hover, #signupws:hover {
    box-shadow: inset 500px 0 0 0 #2d2d2d;
  }

  #signupbanner:hover {
    box-shadow: inset 500px 0 0 0 #4d4d4d;
  }

  #signupbanner:hover, #signupbottom:hover {
    box-shadow: inset 600px 0 0 0 #4d4d4d;
  }

}

@media screen and (max-width: 736px) {

  #signup, #signupbanner, #signupws, #signupbottom {
    width: 60% !important;
  }

}
