.sign-form-back-row{
	text-align: center;
	margin-top: 25px;
}

.sign-form-content {
	max-width: 1020px;
	margin: 25px auto 0;
}
.sign-form-description{
	text-align: center;
}
.sign-form-content .sign-form-description.sign-form-description--no-align {
	text-align: initial;
}
.sign-form-content .sign-form-footer,
.sign-form-content .sign-form-description,
.sign-form-content .sign-form-header{
	text-align: center;
	margin-bottom: 25px;
}
.sign-questions-form-content .sign-form-footer,
.sign-questions-form-content .sign-form-description,
.sign-questions-form-content .sign-form-header{
	text-align: center;
	margin-bottom: 25px;
}

.sign-form-controls{
	display: flex;
	justify-content: space-evenly
}

.sign-form-description .role_display_container,
.sign-form-description .full_name_display_container{
	color: #333645;
}


.e-document-content{
	margin-bottom: 25px;
}

.sign-form-content .fieldbox__label{
	font-weight: 700;
}
.sign-pad-container{
	max-width: 664px;
	width: 100%;
	margin: 10px auto 25px;
}
.signature-pad--body{
	max-width: 664px;
	max-height: 341px;
	height: 100%;
	width: 100%;
}
.sign-form{
	margin: 0 auto 25px;
}
.sign-form input::placeholder{
	color: #bfbfbf;
}
.sign-form__caption{
	text-align: center;
	margin-bottom: 1em;
}

.sign-pad-header{
	justify-content: space-between;
	display: flex;
	padding-bottom: 5px;
}
.sign-pad{
	touch-action: none;
	border: 2px solid #bfbfbf;
	border-radius: 16px;
	width: 100%;
	height: 100%;
}
.sign-pad.has-error{
	border-color: #f00;
}
.sign-pad-clear{
	font-size: 16px;
	font-weight: 400;
	height: 22px;
	color: #ffffff;
}

.sign-img{
	max-width: 664px;
	max-height: 341px;
	height: 100%;
	width: 100%;
}

.sign-img img{
	width: 100%;
	height: 100%;
}

.sign-img svg{
	fill: black;
	stroke: black;
	max-width: 664px;
	max-height: 340px;
	width: 100%;
	height: 100%;
}