input.wpcf7-form-control.wpcf7-submit:hover {
background-color: red;
color: white;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: #9D0A0E;
color: white;
}
button.show-password-input{
width: 34px !important;
min-width: 34px !important;
max-width: 34px !important;
height: 34px !important;
min-height: 34px !important;
max-height: 34px !important;
line-height: 34px !important;
padding: 0 !important;
top: 50% !important;
right: 6px !important;
transform: translateY(-50%) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
border-radius: 4px !important;
}