/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Webdev Azolla Team
Author URI: http://azolla.ie/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.mp-row-main{
	margin: 20px 0px;
	font-family: "Public Sans";
}
.mp-form label{
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	color: #646E78;
	padding-top: 15px;
}
.mp-form input[type='text'], .mp-form input[type='email'], .mp-form input[type='password'],.mp-form input[type='tel']{
	height: 50px;
	border: 1px solid #A7ACB2;
	border-radius: 10px;
	background-color: #F5F5F5;
}
.mp-form .btn-row{
	padding: 24px;
}
.mp-form .btn-row button{
	background-color: #E7E7FF;
	color: #696CFF;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-align: center;	
	border: none;
	border-radius: 4px;
	height: 48px;
	min-width: 230px;
}
.mp-form .btn-row a{
	background-color: #FFFFFF;
	color: #696CFF;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-align: center;	
	border: 1px solid #696CFF;
	border-radius: 4px;
	height: 48px;
	min-width: 230px;
	padding: 15px;
}
