Кнопка закрытия формы через css с фоном

/*Начало кнопка закрытия формы*/
@media (min-width:768px) {
.w-popup-closer {
position: relative;
top: -197px;
right: 70px;
text-align: center;
font-size: 1.5rem;
}
.w-popup-box:not([style*=»100%»]) + .w-popup-closer {
color: #393939!important;
}
.w-popup-closer:before {
background: #4d69be;
padding: 6px 10px;
border-radius: 50%;
line-height: 3;
font-size: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
position: absolute;
bottom: -5px;
right: 10px;
background: #fff;
font-size: 14px;
width: 48%;
text-align: center;
}
}
.w-popup-closer:before {
font-weight: 300;
}
.wpcf7-not-valid-tip {
color: #ff4e2d;
font-size: 0.9em;
position: absolute;
background: #fff;
padding: 5px;
z-index: 1;
box-shadow: 0px 6px 10px #e0e0e0;
border-radius: 5px;
}
/*Конец кнопка*/