.no-decoration,
.no-decoration:hover {
  text-decoration: none;
}

.margin-left-auto {
  padding: 0;
  margin-left: auto;
}

.no-margin {
  margin: 0 !important;
}

.fa-stack .linkedin i.fab {
  color: #6168ff !important;
}

.form-control-reset-button {
  display: inline-block;
  width: 100%;
  height: 3.25rem;
  border: 1px solid #333;
  border-radius: 30px;
  background-color: #fff;
  color: #333;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 3.25rem;
  cursor: default;
  transition: all 0.2s;
}

.form-message span {
  border-bottom: 1px dotted;
}

.warning-message {
  color: #ff5574;
}

.navbar-social {
  position: relative;
  width: 2em;
  font-size: 1.5rem;
}

.navbar-social .fa-linkedin:before {
  padding-left: 0.55em;
}

.navbar-brand .logo {
  pointer-events: none;
}