.ui-widget input {
	width: 100%;
}

.previewDialog {
	width: 90% !important;
	height: 90% !important;
}

.withButtonWidthBox1 {
	/*position: relative;
	width: 30%;
	left: 35%;
	right: 35%;
	min-height: 2em;*/
	width: 100%;
	text-align: center;
}

.withButtonWidthBox2 {
	width: 20.76vw;
	height: 5vw;
	display: inline-block;
	/*position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;*/
}

@media screen and (max-width: 600px) {
	.withButtonWidthBox2 {
		width: 41.52vw;
		height: 10vw;
	}
}

.withButtonWidthBox3 {
	/*width: 100%;
	padding-bottom: 24.0837696335%;*/
}

/*#content:gcForm:withMobysignButton:hover {
	all:unset;
}*/
.withButtonWidthBox2 > .withButton {
	width: 100%;
	height: 100%;
	padding: 0;
	/* Remove Chrome border on focus */
	outline: none;
}

.withButtonWidthBox2 > .withMobysignButton {
	border: 0;
	background-color: transparent;
	/* bg-image set in locImage.css, otherwise the image resource can't be found */
	/*background-image: url("");*/
	background-size: cover;
	background-repeat: no-repeat;
}

.withButtonWidthBox2 > .withMobysignButton:hover, .withButtonWidthBox2 > .withMobysignButton:focus {
	border: 0;
	background-color: transparent;
	/*background-image: url("");*/
	background-size: cover;
	background-repeat: no-repeat;
}

.withButtonWidthBox2 > .withMobysignButton:active, .withButtonWidthBox2 > .withMobysignButton.ui-button.ui-state-active:hover {
	border: 0;
	background-color: transparent;
	/*background-image: url("");*/
	background-size: cover;
	background-repeat: no-repeat;
}

.withButtonWidthBox2 > .withMobysignButton:disabled {
	border: 0;
	background-color: transparent;
	/*background-image: url("");*/
	background-size: cover;
	background-repeat: no-repeat;
}