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

.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;
}

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

#password .card {
  background : var(--color-grey-default)
}

#password h1 {
  font-weight    : 500;
  font-size      : 32px;
  padding        : 20px 0 15px;
  white-space    : nowrap;
  color          : var(--color-secondary);
  font-style     : normal;
  line-height    : normal;
  letter-spacing : 0.45px;
  text-transform : uppercase;
  text-align     : center;
  border         : none;
  background     : var(--color-grey-default);
}

.page-header, #content {
  background : var(--color-grey-default);
}

.page-header {
  border-radius : 10px 10px 0 0;
}

#content {
  border-radius : 0 0 10px 10px;
}

.page-header h1 {
  font-weight    : 500;
  margin         : 20px 0 15px;
  color          : var(--color-secondary);
  font-style     : normal;
  line-height    : normal;
  letter-spacing : 0.45px;
  text-transform : uppercase;
  padding        : 0;
  border         : none;
  background     : var(--color-grey-default);
}

#main .no-account {
  background : var(--color-grey-default);
  margin-top : 15px;
  color: var(--color-primary);
  transition : all 0.35s ease-in-out;
}

#main .no-account:hover {
  background : linear-gradient(269deg, #E56A54 -3.27%, #CC5A46 95.63%);
  color: var(--color-white-default);
}

#main #white_rounded_shape i {
  background: var(--color-grey-default) !important;
}
/*
--------------------------------------
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;
}

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

footer.page-footer {
  background    : #fff;
  border-radius : 0 0 5px 5px;
  padding       : 1em 0 2em 1.25em;
}

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


/*
--------------------------------------
Forgot Password
--------------------------------------
*/


#password .form-group {
  display: block;
}
