

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



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

.button-esqueci-senha {
  border-radius: 4px;
  font-weight: 700;
  border: none;
  width: -webkit-fill-available;
  width: -moz-available;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: #32439B; 
	color: var(--Neutral-white);
  text-align: center;
  font-family: var(--Fonte-principal);
  font-size: 16px;
}

.button-esqueci-senha:hover{ 
	transition: .5s ease-in-out; 
  background: var(--Secundary-500);
  color: var(--Primary-950);
} 

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




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



@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 (max-width: 580px) {
  
  .logo-forget {
    width: 203.32px;
    height: 42.358px;
    margin-top:12px;
    margin-bottom: 40px;
  }
  .back-forget {
    width: 30px;
    height: 30px;
  }

  .loginuser{
      border-radius: 5px;
  }
  .suporte {
    margin-top: 40px;
    font-size: 13px;
    display: grid;
    text-align: center;
  }
  .icon-cadeado img {
    width: 35px;
    height: 35px;
  }
  .contact-form{
      width: 284px;
      padding-top:0px ;
  }
}



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

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

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


  .email-forget{
    text-align: left;
  }
}