
/*general*/

@import "https://www.laughingbuddha.uk/assets/css/general.css";

.myf label{
    color:#999999;
}
.myfb label{
    color:#999999;
}
.myfc label{
    color:#999999;
}


.crm-form input, .crm-form label{
    font-family: Poppins;
}


.crm-form input[type="submit"]{
    background-color:#00578e;
}

.crm-form input[type=submit]:hover{
    background-color: #009fdd;
}



