#payment-form .form-control,
#payment-form #payment-form label {
  border: none;
  height: 50px;
  vertical-align: middle;
  box-shadow: none;
  display: inline-block;
}
#payment-form .form-control {
  width: 23px;
}
.payment-button {
  margin-left: 2px;
  padding-top: 8px;
  width: 330px;
  height: 40px;
  text-align: center;
  background-color: black;
  color: white;
  font-weight: bold;
  border-radius: 3px;
  box-shadow: #555555 1px 1px 1px;
}
.payment-button.swish {
  padding-top: 0px;
}
.swish-button-logo {
  height: 32px;
  margin-top: 4px;
}
