@import "../../../poza/assets/css/style.min.css";

/* Your CSS code goes here
-------------------------------------- */
  div.wpcf7-validation-errors {
            border: 2px solid #ffffff;
            border-radius: 3px;
            max-width: 450px;
            margin: 0 auto;
        }
 
        .my_form_wrapper .my_input_field {
            border: none;
            border-bottom: 2px solid;
            background: none;
            outline: none;
            border-radius: 0;
            margin-bottom: 10px;
            width: 100%;
            max-width: 450px;
            text-indent: 0;
            font-weight: 400;
        }
 
        .my_form_wrapper .my_input_field.my_text_area {
            resize: none;
            height: 26px;
        }
 
        .my_form_wrapper .my_submit_button {
            background: #ffe163;
            border: 1px solid #ffe163;
            color: #000000;
            width: 100px;
            border-radius: 0;
            outline: none;
            border-radius: 0;
            font-weight: 600;
            -webkit-transition: all .3s;
            transition: all .3s;
            text-indent: 0;
            text-shadow: none;
        }
 
        .my_form_wrapper .my_submit_button:hover,
        .my_form_wrapper .my_submit_button:focus,
        .my_form_wrapper .my_submit_button:active {
            color: #000000 !important;
            outline: #ffe163;
            background: #ffe163 !important;
        }
 
 
        .my_form_wrapper .my_input_field.my_text_area:focus {
            border-color: #ffffff;
        }
 
 
        div.wpcf7 img.ajax-loader {
            border: none;
            vertical-align: middle;
            margin-left: 0;
            display: block;
            margin: 5px auto 0;
        }
 
        .my_form_wrapper {
            text-align: right;
        }

		
	

	.section box11 {
		position: relative;
	}



	.buxa {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #ffe163;
    width: 1140px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: 150px;
}