/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 235px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 782px;
  height: 242px;
  border-radius: unset;
}

.modal-content p {
  padding: 20px;
  text-align: center;
  margin-bottom: 7px;
  font-size: 17px;
}

.close2 {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close2:hover,
.close2:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}

.frm_btn {
border: none;
/* max-width: 228px; */
background: #9fd41e;
padding: 15px;
color: #fff;
height: 55px;
}
.frm_email {
width: 62%;
padding: 20px 10px;
margin-bottom: 20px;
  font-size: 11px;
  font-weight: 300;
}
.frm_email:focus{
border-radius: unset!important;
}
.popup_frm {
text-align: center;
}


#prompt_msg {display: none; padding: 10px; font-weight: bold;  margin-bottom: 7px; margin-top: -20px; font-size: 14px;}
.success_prompt_msg {color: #4BB543; }
.failed_prompt_msg {color: #ca4b4b; }
.FormReq {box-shadow: 0 0 3px #d92800 !important; border: 1px solid #d92800 !important;}

#email-exist {display: none; padding: 10px; color: #4BB543; font-weight: bold;  margin-bottom: 7px; margin-top: -20px; font-size: 14px;}
#email-not-exist {display: none;  padding: 10px; color: #ca4b4b; font-weight: bold;  margin-bottom: 7px; margin-top: -20px; font-size: 14px;}
#email-required {display: none;  padding: 10px; color: #ca4b4b; font-weight: bold;  margin-bottom: 7px; margin-top: -20px; font-size: 14px;}
#invalid-msg {display: none;  padding: 10px; color: #ca4b4b; font-weight: bold;  margin-bottom: 7px; margin-top: -20px; font-size: 14px;}

@media only screen
      and (max-width : 947px) {
         .modal-content p{
            font-size: 13px;
         }
      .modal-content {
         height: 300px;
         width: 95%;
      }
      .frm_email {
         width: 100%;
      }
      .frm_btn {
         width: 100%;

      }
      }
      @media only screen
and (max-width : 830px) {
  .adjustTop {
   margin-top: 5px !important;
   }
   .adjustTop2{
   margin-top: 10px !important;
   }
   #group3 {padding-top:0px;}

}

      @media only screen
      and (max-width : 513px) {
      .modal-content {
         height: 323px;
         width: 95%;
      }
      }

      @media only screen
      and (max-width : 379px) {
      .modal-content {
         height: 340px;
         width: 95%;
      }
      }

      @media only screen
      and (max-width : 350px) {
      .modal-content {
         height: 383px!important;
         width: 95%!important;
      }
      }
