/*
Theme Name: konstro chd
Author: 
Description: Your description goes here
Version: 1.0
Template: tmtcofficial/konstro

This is the child theme for Konstro theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.cus-form-par {
    display: flex;
    justify-content: center;
}
form {
    text-align: center;
    background: white;
    border-radius: 10px;
    width: 100%;
}
.input-field {
    width: 70%;
    padding: 10px;
    margin: 35px 15px 15px;
    border-radius: 10px;
}
.search-btn {
    padding: 10px 70px 10px;
    margin: 15px;
}

