.access-forget {
  color: var(--Primary-850);
  font-family: var(--Fonte-principal, proxima-nova, sans-serif);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

.header-forget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 0px auto; */
    margin-top: 60px;
    width: 100%;
}

.header-forget p {
  color: var(--Neutral-55);
  user-select: none;
}

form div .email-forget {
	border: 1px solid var(--GrayBlue-100);
	border-radius: 5px;
	display: flex;
	align-items: center;
	box-shadow: 0 0.5rem 1rem var(--Black-Opacity10) !important;
}

.form-forget {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 40px auto 0 auto;
}

.loginuser-forgot{
    border-radius: 4px;
    border: 1px solid var(--Primary-100);
    background: var(--Primary-50);
    width: 560px;
    height: 58px;
    display: flex;
    align-items: center;
}

.description-forget {
  color: var(--Primary-850);
  text-align: center;
  font-family: var(--Fonte-principal);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  width: 452px;
}
.button-esqueci-senha{
  width: 560px;
  height: 58px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--Secundary-500);
  color:  var(--Neutral-white);
  font-family: var(--Fonte-principal);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 28.6px */
  border: none;
}
.container-title-senhas{
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  gap: 20px;
}
.senha-lembrou{
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--Neutral-920);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--Fonte-principal) !important;
}
form div .email input {
	color: var(--Neutral-250);
	/* margin: 14px; */
	border: none;
	width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.footer-side {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
  margin-top: 24px;
  color: var(--Neutral-950);
  font-weight: 400;
}
.suporte-email{
    margin-top: 0px;
    margin-bottom:0px;
    font-size: 14px;
    color: var(--Primary-900);
}
.footer-side a {
	color: var(--Primary-800);
	text-decoration: none;
  font-size: 16px;
  font-weight: 700!important;
}

.suporte {
	display: flex;
	align-items: center;
  width: fit-content;
  margin-bottom: 60px;
  font-family: var(--Fonte-principal) !important;
}

.email-emphasis{
  font-weight: 700;
  text-decoration: none;
  color: var(--Primary-900);
}

.contact-form{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.logo-forget {
  width: 350px;
}

.back-forget {
  width:40px; 
  height:40px;
  cursor: pointer;
}

.btn-forget {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: var(--Gray-500);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0;
  margin-top: 20px;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.icon-cadeado {
	width: 50px;
  margin: 0 auto;
}

.icon-cadeado img {
  width:64px;
  height:64px;
}
.container-box-forget{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100dvh;
  padding: 0px 60px;
}

.container-password{
  gap:40px;
  display: flex;
  flex-direction: column;
}


@media screen and (max-height: 870px) {
	.suporte {
		margin-top: 100px;
	}
}


@media screen and (max-height: 830px) {
	.suporte {
		margin-top: 60px;
	}
}

@media screen and (max-height: 790px) {
	.suporte {
		margin-top: 40px;
	}
}

@media screen and (max-height: 760px) {
	.suporte {
		margin-top: 10px;
	}
}


@media screen and (max-height: 735px) {
	.icon-cadeado {
		margin-top: -30px;
	}
}

@media (max-width: 735px) {
  .suporte {
    display: grid;
    text-align: center;
  }
}

/* RESPONSIVE */

@media (min-width: 580px) {

  .footer-side{
      margin-top: 10px;
  }
}

@media (max-width: 580px) {
  .container-box-forget, .form-forget {
    max-width: 400px;
    margin: 0 auto;
  }
  .logo-forget {
    width: 203.32px;
    height: 42.358px;
    margin-top:12px;
    margin-bottom: 40px;
  }
  .back-forget {
    width: 30px;
    height: 30px;
  }
  .header-forget {
      padding: 20px 0 0;
      flex-direction: column;
  }
  .loginuser{
      border-radius: 5px;
  }
  .suporte {
    margin-top: 40px;
    font-size: 13px;
    display: grid;
    text-align: center;
  }
  .access-forget {
    font-size: 24px;
    margin-top: 20px;
  }
  .icon-cadeado img {
    width: 35px;
    height: 35px;
  }
  .description-forget{
    font-size: 16px;
    width: 284px;
    margin-bottom: 10px;
  }
  .contact-form{
      width: 284px;
      padding-top:0px ;
  }
  .header-forget p {
    background-color: red;
    display: none !important;
  }
}

@media (max-width: 450px) {
  .container-box-forget, .form-forget {
    max-width: 280px;
    margin: 0 auto;
  }

}

@media (max-width: 784px) {
  .button-esqueci-senha{
    width: 100%;
    font-size: 18px;
  }
  .loginuser-forgot{
    width: 100%;
  }

  .container-extra-forget{
    overflow: scroll;
  }

  .logo-barkeley {
    width: 230px;
    padding: 40px 0;
  }

  .container-description{
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .email-forget{
    text-align: left;
  }

  .container-title-senhas{
    margin-top: 0;
  }

  .email-emphasis {
    padding-bottom: 80px;
  }
}
