/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.bttn-1{
	width: 100%;
	height:60px;
	border-radius: 7px;
}


/*form CSS*/

input[type=text], input[type=tel], input[type=email], #wpforms-3927-field_6-state, #wpforms-3927-field_4, #wpforms-306-field_6, #wpforms-306-field_5-state, #wpforms-306-field_7, #wpforms-3927-field_8{
	height: 60px;
	background-color: white;
	font-size: 17px;
	border-radius: 7px;
	
}

#wpforms-3927-field_21{
	height: 150px;
	background-color: white;
	font-size: 17px;
	border-radius: 7px;
}

input[type=text]:hover{

	background-color: white;
}

input[type=text]:enabled, input[type=tel]:enabled{

	background-color: white;
}

#wpforms-3927-field_3-container, #wpforms-3927-field_1-container, #wpforms-3927-field_4-container,
#wpforms-3927-field_7-container,
#wpforms-3927-field_8-container,
#wpforms-3927-field_20-container,
#wpforms-3927-field_21-container
{
	padding: 5px 0px;
}

.wpforms-page-indicator-page-progress{
	background-color: #CB0220 !important;
}

.wpforms-page-button.wpforms-page-next{
	width: 100%;
	height: 60px;
	border-radius: 7px;
	color: white;
	font-weight: bold;
	background-color: #CB0220;
}

.wpforms-page-button.wpforms-page-next:hover{
	background-color: #03173E;
	transition: all .5s;
}

/*Form CSS End*/

/*Login Form code*/
#user_pass{
	height: 60px; 
}

.ct-button.ct-account-login-submit.has-text-align-center{
	height: 60px;
	border-radius: 7px;
}

/*Login Form code end*/
