.hero-section input[name="short_url[shortened]"] {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.hero-section .input-group,
.hero-section button[type="submit"] {
  border-radius: 20px!important;
}
.hero-section .help-text {
  color:white;
}
.invalid-feedback {
  color:white;
}
.navbar-brand img {
  max-width: 150px;
}

.custom-form .form-control.noradius{
  border-radius: 0;
}

.wmc {
  width: max-content;
}