#dialog-form {
	display: none;
	margin-left: 7px;
}

#loginBody {
	min-width: initial;
	height: initial;
	background-color: #ffffff;
	overflow: hidden;
}

#showPassword {
	top: 8px;
}

#touchplate {
	width: 50px;
	height: 40px;
	top: -12px;
	left: -17px;
	position: absolute;
	background-color: transparent; /*rgba(0, 0, 255, 0.5);*/
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	z-index: 50;
}

#debugPanel {
	background: #fff;
	position: absolute;
	width: 100%;
	padding: 40px 40px 20px 40px;
	left: 0;
	top: -120px;
	-webkit-box-shadow: 18px 0 40px 0 rgba(23,33,38,0.25);
	-moz-box-shadow: 18px 0 40px 0 rgba(23,33,38,0.25);
	box-shadow: 18px 0 40px 0 rgba(23,33,38,0.25);
}

#debugPanel {
	legend {
		position: absolute;
		width: 100%;
		top: 0px;
		left: 0px;
		margin: 0;
		padding: 6px 24px;
		color: #737373;
		font-weight: 600;
		border-bottom: 0;
	}

	input[type="checkbox"] {
		position: relative;
		visibility: hidden;
		width: 0;
		height: 0;
	}

	input[type="checkbox"] {
		position: relative;
		visibility: hidden;
		width: 0;
		height: 0;
	}

		input[type="checkbox"] + label {
			position: relative;
			cursor: pointer;
			padding-left: 24px;
		}

			input[type="checkbox"] + label::before {
				content: '';
				cursor: pointer;
				position: absolute;
				left: 0px;
				width: 18px;
				height: 18px;
				background: transparent url(/AgdaEntre/css/img/checkbox.png) 0 0 no-repeat;
				background-size: 72px 18px;
			}

		input[type="checkbox"]:checked + label::before {
			background-position: -18px 0;
		}
}

.input-icon {
	position: relative;
	top: -27px !important;
	right: 10px;
	float: right;
}
