/* Custom utilities beyond the compiled Tailwind build */

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.logo-small {
  position: fixed;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 10;
}

.logo-small img {
  width: 2.5rem;
  height: auto;
  display: block;
}

.wetransfer-logo-img {
  height: 2.25rem;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1rem;
}

.footer-links a {
  margin-left: 1rem;
  color: inherit;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.form-group {
  margin-bottom: 0.75rem;
}

.form-input {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
}
