groundfeel
Hi
You have this code in customcss
.joms-input, .joms-input[type="text"], .joms-input[type="password"] {
background: #843cff!important;
}
Change it for all JomSocial input colors.
For Login part use this code
.joms-module--toolbar .joms-input--append .joms-input {
max-width: 150px;
background: #c33232!important;
}
Change color as per needs.