/* 
 Theme Name:   innotech
 Theme URI:    
 Description:  
 Author:       Yukteedevteam
 Author URI:   https://project.yuktee.com/innotech
 Template:     generatepress
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

 input[type="text"],  input[type="email"], input[type="tel"]{
	box-sizing: border-box;
    padding: 12px 15px;
    height: auto;
    width: 100%;
    position: relative;
    border: solid 1px #d8d8d8;
	 	background-color: #fff;
	 font-size: 16px;
    line-height: 18px;

}
textarea {
    font-size: 16px;
    line-height: 18px;
    color: #243238;
    padding: 12px 15px;
    width: 100%;
	background-color: #fff;
	border: solid 1px #d8d8d8;
    height: 70px;
}
input[type=submit] {
    background: #b85c99;
    color: #fff;
    border: 1px solid #b85c99;
	padding: 10px 24px;
	border-radius: 2px;
}