
/* Burlesque Girl Manager v1.3.4
 * Uniform, clearly visible borders for ALL standard controls on the public performer application.
 * Deliberately excludes checkbox/radio/submit controls.
 */
.bgm-application-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
.bgm-application-form select,
.bgm-application-form textarea,
.bg-performer-application input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
.bg-performer-application select,
.bg-performer-application textarea,
.wpcf7-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
.wpcf7-form select,
.wpcf7-form textarea {
    border: 2px solid #666 !important;
    box-shadow: none !important;
}

.bgm-application-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):focus,
.bgm-application-form select:focus,
.bgm-application-form textarea:focus,
.bg-performer-application input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):focus,
.bg-performer-application select:focus,
.bg-performer-application textarea:focus,
.wpcf7-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    border-color: #b01755 !important;
    outline: none !important;
}

/* Preserve the compact auto-growing textarea behaviour already introduced. */
.bgm-application-form textarea,
.bg-performer-application textarea,
.wpcf7-form textarea {
    min-height: 58px;
}
