/* Start custom CSS for html, class: .elementor-element-95ddce1 */.RegForm .apertureField, .RegForm .form-control{
	width:100%;
} 

.RegForm .form-control{
	background-color: #ffffff;
    border: 1px solid #ececec;
	font-size: 17px;
    font-weight: 400;
    height: 50px;
    padding: 10px 15px 5px 15px;
    font-family: "Hind Guntur", sans-serif;
    line-height: 20px;
    margin-bottom: 4px;
    margin-top: 10px;
}

.RegForm .row{
	padding:0;
	margin:0;
}

.RegForm #regbtn{
	background-color: #ea862d;
	font-family: "Hind Guntur";
    text-transform: uppercase;
    font-weight: 600;
	color:#fff;
	text-align: center;
    font-size:18px;
    padding: 10px 0;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 400;
}

span.help-block {
    color: #d70c0c;
    line-height: 2;
}

.RegForm .privacy{
	font-size: 13px;
    line-height: 1.2;
}

.RegForm .privacy a {
	font-weight: 600;
}/* End custom CSS */