html {
  background: url('/images/kraftpapier.jpeg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  font-family: 'Josefin';
}

body {
  min-height: 100vh;
  margin: 0;
}

@font-face {
  font-family: 'Santorini';
  src: url('/../fonts/santorini.otf');
}

@font-face {
  font-family: 'Josefin';
  src: url('/../fonts/josefin.ttf');
}

.navigation {
  background-color: #f3e3d5;
  opacity: 70%;
  max-width: 1420px;
  width: 100%;
  height: 120px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.content-container {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f3e3d5;
  opacity: 70%;
  border-radius: 8px;
  margin-top: 40px;
  min-height: 80vh;
  display: flex;
}

.content-inner-container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}

a {
  font-family: 'Josefin';
  font-size: 28px;
  color: #735230 !important;
  text-decoration: none;
}

a:hover {
  border-bottom: 2px solid #735230;
}

h3 {
  font-family: 'Santorini';
  font-size: 50px;
}

.navigation-left {
  display: flex;
  padding-top: 8px;
  padding-left: 32px;

  h3 {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 16px;
  }

  img {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.navigation-middle {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  width: 400px;

  a {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.navigation-right {
  display: flex;
  margin-right: 32px;

  a {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.login.container {
  margin-top: 12px;
  height: 720px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
}

.login.header {
  height: 140px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;

  h1 {
    font-size: 82px;
    color: #735230;
    font-family: 'Santorini';
  }
}

.wedding-ring-container {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: 150px;

  img {
    width: 100%;
    height: 100%;
  }
}

.login-form.input-wrapper {
  margin-top: 40px;
}

.login-button {
  appearance: none;
  border: 2px solid #735230;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
  background-color: #735230;
  cursor: pointer;
  display: inline-block;
  font-family: 'Josefin';
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-top: 32px;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
}

.login-button:disabled {
  pointer-events: none;
}

.login-button:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
  opacity: 80%;
}

.login-button:active {
  box-shadow: none;
  transform: translateY(0);
}

.input-wrapper {
  height: 48px;
  width: 400px;
  border-radius: 4px;
  background-color: #f3e3d5;
  padding: 16px;
  box-shadow: 0 0 0 2px #735230;
}

.input-wrapper:focus-within {
  box-shadow: 0 0 0 4px #735230;
}

.text-input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  color: #735230;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.text-input::placeholder {
  color: #735230;
}

.text-input:focus {
  outline: none;
  border-radius: 2px;
}

.login {
  width: 720px;
  background-color: #f3e3d5;
  opacity: 70%;
}

.flex-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-responsive {
  width: 100%;
}
