
/*general*/

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

.myf label{
    color: #522f92;
    
}
.myfb label{
    color:#522f92;
}
.myfc label{
    color:#fff;
}


.my-column input[type=text],.my-column input[type=email],.my-column input[type=tel],select {
    background: #edc8de;
    border: 1px solid #767676;
}

.full-column-textarea textarea{
    background: #edc8de;
    border: 1px solid #767676;
}
.crm-form input, .crm-form label{
    font-family: Poppins;
}


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

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



