#popup_module .modal_popup {
    padding: 40px 30px;
    max-width: 70vw;
}

#popup_module .modal_popup h4 {
    color: #302c94;
    font-size: 17px;
    margin-bottom: 5px;
}

#popup_module .modal_popup p {
  color: #7c7c7c;
  text-align: center;
  font-size: 13px;    
  line-height: 18px;
  margin-bottom: 20px;
}

#popup_module .modal_popup b {
  font-size: 14px;  
  line-height: 19px;
}  

#popup_module .modal_popup input[type="submit"]{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #302c94;
  border: none;
  clear: both;
  display: block;
  margin: 0px auto;
  margin-bottom: 10px;
  padding: 12px 30px;
  border-radius: 30px; 
}

#popup_module .modal_popup input[name="popup_submit_home"] {
  background-color: #646b89;   
  padding: 12px 20px;
}

/* Mobile large */
@media only screen and (min-width: 380px) {
#popup_module .modal_popup {
    max-width: 300px;
}
}