/*
Theme Name: Yashili
Theme URI: http://www.freestylesource.com
Version: 1.0
Description: Freestyle Source
Author: Donald @ FreestyleSource
Author URI: http://www.freestylesource.com


*/

.ptForm .control-field input,
.ptForm .control-field select,
.ptForm .control-field textarea {
	background-color: #ABDCFF;
	border: 0;
	outline: none;
	color: #0054A3;
	font-weight: bold;
	padding: 7px 12px;
	width: 100%;
}

.ptForm__btn{
	background-color:#fff;
	color: #0054A3;
	border: 4px solid #0054A3;
    	padding: 3px 40px;
    	font-weight: 600;
    	border-radius: 16px;
	outline: none;
	display: inline-block;
    	margin-bottom: 0;
    	font-size: 14px;
    	line-height: 1.42857143;
    	text-align: center;
    	white-space: nowrap;
    	vertical-align: middle;
    	-ms-touch-action: manipulation;
    	touch-action: manipulation;
    	cursor: pointer;
    	-webkit-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
    	user-select: none;
    	background-image: none;
}

.ptForm__btn:active {
	background-color:#0054A3;
	color: #fff;
}
