.afpv-rest-message-div form {
  width: 40%;
  margin: auto;
  text-align: center;
  padding: 20px;
  box-shadow: 2px 2px 50px 2px #888888;
}

.adf-overlay {
  display: none;
  position: fixed;
  background: rgb(0 0 0 / 70%);
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.adf-preloader {
  width: 5rem;
  height: 5rem;
  display: block;
  border: 4px solid #efefef;
  border-top: 4px solid transparent;
  border-radius: 50%;
  position: fixed;
  top: 25%;
  left: 49%;
  animation: spin 0.6s linear infinite;
}


.afpv_password_form_section {
  margin-top: 50px;
  margin-bottom: 60px;
}

.afpv-password-loader-main-cover {
  margin-top: 50px;
}

.afpv-password-loader-main-cover div {
  margin: auto;
}

.afpv-rest-message-div form input {
  width: 330px;
  height: 40px;
  margin-top: 20px;
  padding: 10px;
}

.afpv-rest-message-div form button {
  margin: 20px;
}

.afpv-rest-message-div {
  text-align: center;
}

.afpv-product-loader-cover {
  width: 250px;
  height: 250px;
  opacity: 0.5;
  text-align: center;
  display: block !important;
}

.afpv-product-loader {
  width: 100px;
  height: 100px;
  margin: 66px auto;
  border: 16px solid #f3f3f3;
  display: inline-block !important;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
}

.loader2nd {
  position: absolute;
  display: none;
  visibility: hidden;
  left: 55%;
  z-index: 2;
  top: 45%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.afpv_password_messages span {
  color: red;
}

.afpv_password_passed_messages {
  color: green;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .afpv-rest-message-div form {
    width: 70%;
  }
}

@media screen and (max-width: 480px) {
  .afpv-rest-message-div form {
    width: 100%;
    padding: 20px 4px;
  }
}









/* .product-section{
    display: none;
} */
/*  */
/*  */
/*  */