 @import url('https://fonts.googleapis.com/css?family=Montserrat');
#amofroms_main_wrapper {
    font-family: Montserrat, sans-serif !important;
}
.amoforms-footer-copyright {
display: none;
}
.amoforms__field__control_text .text-input {
color: #ffffff;
}
input.iti__tel-input {
color: #ffffff;
}
.iti__no-country-select .iti__selected-dial-code {
color: #ffffff;
}
input:-internal-autofill-selected { 
color: transparent;
}
.amoforms__field__control_multitext .text-input {
color: #ffffff;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #434346;
  -webkit-text-fill-color: #F1F1F1;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff00 inset;
  transition: background-color 5000s ease-in-out 0s;
}