body {
  background: url("https://www.dropbox.com/s/7zxkiuyghz7z3ss/black-background.jpg?raw=1");
}

h1, span, a, a:hover, label {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}

.row > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

div > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

input {
  display: block;
}

.final {
  border-left: 1px solid #ffffff;
}

.margin-top {
  margin-top: 80px;
}
