/*
Theme Name: Factury Blog
Author: SAHM Technologies
Author URI: https://sahmtech.dz/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.wpcf7-submit {
  margin: 0;
  background-color: green;
  border: solid 1px freen;
  font-size: 16px;
  font-family: 'inter', sans-serif;
  color: white;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.65rem;
  padding-right: 3.5rem;
  border-radius: 9999px;
  transition-duration: .2s;
  height: 2.75rem;
  width: auto;
  cursor: pointer;
  background-position: right 0.75rem bottom 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url("assets/img/arrow2.png");
}