.mw-header {
  border-bottom: 1px solid #d7d7d7c5;
}
.recuperacao-container {
  width: 544px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dedede;
  border-radius: 10px;
  display: flex;
  padding: 30px 40px 35px 40px;
  flex-direction: column;
}

.form-input {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  width: 464px;
  height: 40px;
  padding-left: 15px;
}

.input-label {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.input-circle {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #007cb0;
  border-radius: 50%;
}

.input-label h1 {
  color: #1c1c1b;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "NimbusSans-Bold", sans-serif;
}

.recuperacao-btn-container p {
  color: #646464;
  font-size: 14px;
  font-family: "NimbusSans-Regular", sans-serif;
}

.recuperacao-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 60px;
}

.show-password {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
  height: 38px;
  border-radius: 30px;
  width: 40px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recuperacao-btn-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  gap: 25px;
  background-color: transparent;
}

.password {
  text-decoration: underline;
  font: normal normal normal 14px/20px NimbusSans;
  letter-spacing: 0px;
  color: #007cb0;
  font-size: 14px;
  font-family: "NimbusSans-Regular", sans-serif;
}

.recuperacao-title {
  font-size: 32px;
  color: #007cb0;
  font-family: "NimbusSans-Light", sans-serif;
  margin-bottom: 30px;
  line-height: 40px;
}

.strong-title {
  font-family: "NimbusSans-Bold", sans-serif;
}

.recuperacao-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 239px;
  height: 40px;
  background: #007cb0 0% 0% no-repeat padding-box;
  border-radius: 20px;
  font-family: "NimbusSans-SemiBold", sans-serif;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3;
  text-decoration: none;
  color: #fcfcfc;
  text-transform: uppercase;
}

.recuperacao-btn:hover {
  background-color: #025bc1;
}

.recuperacao-btn-container a {
  text-decoration: underline;
  color: #3e88d7;
}

@media (max-width: 1000px) {
  .recuperacao-container {
    flex-direction: column;
    width: 100%;
    padding: 15px;
    height: unset;
    padding-bottom: 30px;
  }

  .recuperacao-section {
    margin: 15px;
  }

  .recuperacao-btn {
    width: 100%;
    height: 35px;
  }

  .form-input {
    width: 100%;
  }

  .recuperacao-title {
    font-size: 28px;
  }
}

.success-msg-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.success-msg-container h3 {
  color: green;
  font-family: "Poppins-medium";
  margin: 28px 0px;
  font-size: 1.3em;
}
