.access-forget {
  margin: 40px 0 20px 0;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #00446A;
}

.header-forget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px auto;
}

.header-forget p {
  color: #f2f2f7;
  user-select: none;
}

form div .email-forget {
	border: 1px solid #E0E4EE;
	border-radius: 5px;
	display: flex;
	align-items: center;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.form-forget {
  width: 530px;
  margin: 40px auto 0 auto;
}

.loginuser-forgot{
    background-color: #FDFDFD;
    border-radius: 15px;
    display: flex;
    border: 1px solid #E0E4EE;
    align-items: center;
    box-shadow: 0px 5px 5px 0px rgba(224, 228, 238, 0.50) !important;
}
.description-forget {
  text-align: center;
  width: 430px;
  margin: 0px auto;
  margin-bottom: 40px;
  color: #233568;
  font-weight: 400;
	font-family: "Inter", sans-serif !important;
  margin-top: -15px;
}
.senha-lembrou{
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(25, 25, 28);
    font-weight: 400;
    font-family: Inter, sans-serif !important;
}
form div .email input {
	color: #B2B2B6;
	/* 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: #19191c;
  font-weight: 400;
}
.suporte-email{
    margin-top: 0px;
    margin-bottom:0px;
    font-size: 14px;
    color: rgb(35, 53, 104);
}
.footer-side a {
	color: #3D9ED4;
	text-decoration: none;
	font-weight: 400 !important;
}

.suporte {
	display: flex;
	align-items: center;
  width: fit-content;
  margin: 140px auto 0 auto;
  font-family: "Inter", sans-serif !important;
}

.contact-form{
    width: 430px;
    margin: 0px auto;
    padding-top: 100px;
}

.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: #212529;
  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 (min-width: 580px) {
  .header-forget {
      padding: 50px;
  }
  .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: 10px 0 20px 0;
  }
  .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;
  }

}
