/*
--------------------------------------
Containers
--------------------------------------
*/

section#wrapper {
  background: url(../../img/bg/bg-section-find-bottle.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper__inner {
  position: relative;
  width: 100%;
  max-width: var(--container-primary-max-width);
  margin: 0 auto;
}

#main {
  max-width: 100%;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .75rem 0;
  margin: 0 auto;
}

#main > * {
  width: 100%;
  margin: 0;
  max-width: 600px;
}

section#content {
  border-radius: 0 0 7px 7px;
}

/*
--------------------------------------
Elements
--------------------------------------
*/

#password .card {
  background: #fff
}

/*
--------------------------------------
Breadcrumb
--------------------------------------
*/

.breadcrumb__wrapper {
  background: #F6F6EF;
}

/*
--------------------------------------
Form
--------------------------------------
*/

.send-renew-password-link {
  padding: 0;
  margin-bottom: 1em;
}

.forgotten-password label {
  font-size: 1rem;
  font-weight: 500;
}

#password .btn-primary {
  font-weight: 500;
}

#password #back-to-login {
  display: inline-flex;
  align-items: center;
}

#back-to-login span {
  margin-left: 0.5em;
}

/*
--------------------------------------
Links
--------------------------------------
*/

.forgot-password {
  margin-top: 15px;
}

.link-authentication {
  display: flex;
  justify-content: center;
  color: var(--color-primary);
}

/*
--------------------------------------
Page footer
--------------------------------------
*/

footer.page-footer {
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.form-footer {
  text-align: center;
}
