.row .error{color: red; padding-left:10px;}

.aroundform{background-color: #eaeaf6}

.FormHeader {background-image: url(/Portals/0/ContactFormHeader.png); background-size: cover;	     background-repeat: no-repeat;    background-position: center; padding:20px}
.FormHeader h2, .FormHeader p {color: rgba(var(--grey-text), var(--alpha))}
.aroundform a, .aroundform a:visited {color: rgba(var(--grey-text), var(--alpha)); text-decoration:none; }
	
.FormContent {padding:50px}

.aroundform input, .aroundform textarea {width: 100%;  font-weight:bold; text-indent: 10px;    border-radius: 0px;    background-color: transparent;    border: 1px solid black;    font-family: montserrat,sans-serif; margin-bottom: 20px; }
.aroundform input{height: 40px;}
.aroundform textarea {height:120px; padding-top: 10px; }

.aroundform input[type="text"]{color: #fff}


.aroundform .check{padding-top: 10px}	
.aroundform .check input{width: 20px; 	height: 20px; 	font-size: 16px; 	float: left; 	border-radius: 10px; 	border: #47cdc1  solid 1px;	margin: 0;    margin-left: 0px;	}
.aroundform .check label{line-height: 20px; 	padding-left: 10px; 	font-size: 16px; 	color: #565656;	width:90%;	float:left;	}
	
/*.aroundform textarea::placeholder, .aroundform textarea:-ms-textarea-placeholder, .aroundform textarea::-ms-textarea-placeholder,
.aroundform input:-ms-input-placeholder, .aroundform input::-ms-input-placeholder, .aroundform input::placeholder {color: rgba(var(--logo-purple), var(--alpha))!important; }*/

.aroundform input::placeholder, .aroundform textarea::placeholder{color: rgba(var(--logo-purple), var(--alpha))!important; } 

