<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
input[type="submit"] {
  background: #00cf47;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  border-radius: 20px;
  padding: 10px 30px;
}

.formulario label{
    margin-bottom: 15px;
}
/*registro*/
.wd-registration-page .wcfmmp_become_vendor_link a {
  background: #096680;
  text-align: center;
  padding: 10px;
  color: #fff !important;
  display: block;
  border-radius: 100px;
}




</pre></body></html>