* {
  font-family: monospace;
}

.checkout-container {
  margin: auto;
  width: 400px;
  padding: 20px;
}
#events_wrapper{
  width: 100%;
  margin: 0px 30px 0px 30px;
}
#events{
  width: 100%;
}

.checkout-container h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}

.form-input {
  margin-bottom: 20px;
}

.form-input label {
  color: #565656;
  font-weight: 500;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
  display: inline-block;
}

.form-input input {
  width: 100%;
  height: 45px;
  padding: 8px 12px;
  color: #303030;
  font-size: 16px;
  border: 0;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07),
    0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.08s ease-in, color 0.08s ease-in;
  background: #fff;
  border-radius: 5px;
}

.form-input input:focus {
  outline: none;
  box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 0 0 4px rgba(50, 151, 211, 0.3);
}

form {
  width: 100%;
}

form button {
  height: 45px;
  color: white;
  background-color: rgb(93, 154, 216);
  border-radius: 5px;
  outline: none;
  border: none;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}
