.form__get-help .panel-default > .panel-heading {
	background: none;
	border: none;
}

.form__get-help .panel-title {
	padding: 0 0 15px 0;
	font-size:24px;
	font-weight:500;
	line-height: 1.1;
}

.form__get-help .panel-default {
	border: none;
}

.webform-share-submission-form .form-group {
	margin-bottom: 15px;
}

.webform-share-submission-form .panel {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.webform-share-submission-form .panel .panel-body {
	padding-left: 0px;
	padding-right: 0px;
}

.webform-share-submission-form .control-label::after{
	margin-bottom: 5px;
}

.webform-share-page-body.form__get-help{
	padding: 0 !important;
}

.form__get-help button{
	border-radius: 0 !important;
}

.webform-share-iframe{
	margin-top: 20px;
	padding-bottom: 20px;
}

.region-content .webform-submission-support-get-help-form{
	font-size: 16px !important;
}

/* styles for attatchment box */

.webform-share-page-body .dropzone {
	display: flex;
	justify-content:center;
	margin: auto;
	align-content: center;
	max-width: 60%;
}

.webform-share-page-body .dz-preview {
  margin: auto;
}