﻿/* Form Layout */
.ds-form-layout .primary-cta {
    padding: 10px 50px;
}
.ds-form-layout label {
	margin-top: 12px;
	font-weight: normal;
	font-size: .9em;
	margin-bottom: 3px;
}
.ds-form-layout > label {
	margin-top: 0px;
}
.ds-form-layout sup {
	font-size: 12px;
	color: red;
}
.ds-form-layout .field-error {
	border: red 2px solid !important;
}
.ds-form-layout .g-recaptcha {
	margin-top: 20px;
	height: 78px;
	min-width: 304px;
	background-image: url('https://cdn-us-1.azureedge.net/content-pages/images/ds/google_recaptcha.png');
	background-repeat: no-repeat;
}
.ds-form-layout input.form-control {
	font-size: 1em;
	height: 2em;
	width: 100%;
	border-bottom: solid 2px #555;
	line-height: initial;
	border-radius: initial;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 20px 10px;
}
.ds-form-layout textarea.form-control {
	height: 5em;
}
#ds-form-error {
	display: block;
	border: solid 1px red;
	background-color: pink;
	color: red;
	padding: 5px 10px;
	border-radius: 5px;
	margin: 10px 0;
	font-size: 14px;
	font-weight: bold;
}