.easy-popup-inside {
    min-width: 100%;
    min-height: 90%;
    overflow: hidden;
}

.easy-popup-inside > form{
    overflow: hidden;
}

.easy-popup-container{
    border-width:0;
    border-color: #fff;
    max-width: 1000px;
    width: 95%;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

.easy-popup-close {
    color: #333;
      font-size: 24px;
      padding: 0.15em 0.3em;
      background-color: transparent;
      float: right;
      -webkit-appearance: auto;
}
.easy-popup-close:focus{
    outline-width: 0;
}
