Поместить кнопку закрыть внутрь формы

@media (min-width:601px) {
	.w-popup-closer {
    position: relative;
    font-size: 1.5rem;
    line-height: 2.25rem;
    width: 2.5rem;
    margin-left: -54px;
    margin-top: -389px;
    border: 2px solid #3969be;
    border-radius: 35px;
}
.w-popup-closer:before {
    font-weight: 300;
    color: #3969be;
}
/*Поправить сообщения формы*/
.wpcf7-not-valid-tip {
    color: #e02340;
    font-size: 12px;
    position: absolute;
    top: 52px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
    position: absolute;
    background: #fff;
    width: auto;
    border-radius: 5px;
    text-align: center;
    margin-top: 50px;
    left: 0;
    right: 0;
}
.w-popup-box {
    position: relative;
}
}