/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.4.1632375239
Updated: 2021-09-23 05:33:59

*/

/* 26-07-2022 */
.text-input .forminator-field{
	display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.text-input .forminator-field .forminator-label{
	color: #39414D !important;
	font-size: 18px !important;
	text-transform: uppercase !important;
}
.text-input .forminator-field .forminator-input , .Signature-type .forminator-field .forminator-signature--container{
	border-color: unset !important;
    background-color: unset !important;
    color: unset !important;
    border: unset !important;
    border-bottom: 1px solid !important;
}
.text-input .forminator-is_active .forminator-input , .text-input .forminator-is_hover .forminator-input, .Signature-type .forminator-is_hover .forminator-signature--container, .Signature-type .forminator-is_active .forminator-signature--container{
	border-color: unset !important;
    background-color: unset !important;
}
.page-id-6160 .entry-header{
	    display: none;
}
.page-id-6160 .forminator-custom-form-6158 {
	max-width: 1140px !important;
}
.Signature-type .forminator-field-signature{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Signature-type .forminator-field-signature .forminator-label , .date-type .forminator-field .forminator-label{
color: #39414D !important;
    font-size: 18px !important;
    text-transform: capitalize;
    font-style: italic;
}
.date-type .forminator-input-with-icon{
	WIDTH: 50%;
}
.Signature-type .forminator-signature{
	width: 90% !important;
}
.date-type .forminator-field{
	 display: flex;

}