#signin {
  padding: 3rem !important;
}

.header {
  margin-bottom: 3rem;
}

.logo {
  width: 7rem;
}

.content {
}

.content input {
  border: 0;
  border-bottom: solid 1px #d8d8d8;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.control {
  margin: 3rem 0;
  position: inherit;
}

.control button {
  width: 100%;
  border-radius: 0;
}

@media (min-width: 992px) {
  #signin {
    width: 50%;
  }
}
