/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.dang-ky-nhan-email input[type='email'], .dang-ky-nhan-email input[type='text'] {
   
    color: #777777 !important;
   
}
.dang-ky-nhan-email input[type='email']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777777 !important;
}
.dang-ky-nhan-email input[type='email']::-moz-placeholder { /* Firefox 19+ */
 color: #777777 !important;
}
.dang-ky-nhan-email input[type='email']:-ms-input-placeholder { /* IE 10+ */
 color: #777777 !important;
}
.dang-ky-nhan-email input[type='email']:-moz-placeholder { /* Firefox 18- */
 color: #777777 !important;
}
.dang-ky-nhan-email input[type="submit"] {

    background-color: #000 !important;

}
.dang-ky-nhan-email input[type="submit"]:hover{
	background-color:var(--btn-accented-bgcolor-hover)  !important;
}