/* Weclome to Baker Digital Consulting */
/* Website based CSS below */

*, html, body {
    font-family: 'Jost', sans-serif !important;
}

.text-brand-primary {
	color: #f4782b;
}

.bg-brand-primary {
	background-color: #f4782b;
}


.text-brand-secondary {
	color: #1C3664;
}

.bg-brand-secondary {
	background-color: #1C3664;
}


.text-brand-accent {
	color: #c8c8c8;
}

.bg-brand-accent {
	background-color: #c8c8c8;
}

.bg-white {
	background-color: #ffffff;
}

.bg-blue {
	background-color: #1C3664;
}

.bg-grey {
	background-color: #E9E9EE;
}

.bg-orange {
	background-color: #f4782b;
}
/* cognito forms */
div.og-abuse {
    display: none;
}


/* Form fields */
.cog-branding.cog-branding--minimal {
    display: none !important;
}

.cog-abuse.cog-wrapper {
    display: none !important;
}

.cog-form__content {
	background-color: none !important;
}

.cog-header{
	display: none !important;
}
.cog-body {
	background-color: #E9E9EE !important;
}
button[data-action-name="Submit"] {
    display: block !important;
    width: 100% !important;
    border-radius: 0.375rem !important;
    padding: 0.625rem 0.875rem !important;
    text-align: center !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    outline: none !important;
    outline-offset: 2px !important;
    background-color: #f97316 !important;
    color: #fff !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    display: block !important;
    width: 100% !important;
    border-radius: 0.375rem !important;
    border: none !important;
    padding: 0.875rem 1.375rem !important;
    color: #374151 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    outline: none !important;
    outline-offset: 2px !important;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
    color: #9CA3AF !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: #6B7280 !important;
    box-shadow: 0 0 0 2px #F9A8D4 !important;
}
