body {
  width: 100%;
  height: 80vh;
  background: url("https://images.hdqwalls.com/download/mafia-3-artwork-sd-1600x900.jpg") no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 20px;
  z-index: 9;
}
.hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
h1 {
  margin: 40px 0 10px 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #222;
}
p {
  margin-bottom: 0;
  font-style: italic;
  color: #666666;
}
.msg{
color: #fff;
margin-bottom: 4px;
padding: 12px;
background: transparent;
backdrop-filter: blur(5px);
border-top: 1px solid #222;
border-right: 1px solid #222;
border-radius: 8px;
}
.fail{
border: 2px solid #631A21;
}
.success{
border: 2px solid #4A8727;
}
.php-email-form input {
  border-radius: 50px;
  box-shadow: none;
  font-size: 14px;
  border: 0;
  padding: 0px 15px 2px 20px;
  width: 250px;
  height: 40px;
  margin: 0 8px;
}

.php-email-form button[type="submit"] {
  width: 150px;
  font-family: "Road Rage";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: none;
  color: #fff;
  background: #1546a1;
}

.php-email-form button[type="submit"]:hover {
  background: #941927;
}
section {
  padding: 80px 0;
}

.section-bg {
  background-color: #f2f2f2;
}

.section-title {
  text-align: center;
  padding-bottom: 20px;
}

.section-title h2 {
  font-family: 'Road Rage';
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  font-size: 32px;
  font-weight: 300;
  margin-top: 50px;
  padding-bottom: 0px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 160px;
  height: 2px;
  background-image: linear-gradient(to right, #1546a1, #941927);
  bottom: 1;
  left: calc(50% - 80px);
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
  color: #666666;
}
.register button[type="submit"] {
  width: 250px;
  font-family: "Road Rage";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 50px;
  transition: 0.5s;
  margin: -10px;
  border: none;
  color: #fff;
  background: #941927;
}
.register button[type="submit"]:hover {
  background: #1546a1;
}