/** Sichere Notiz */

.secure-note-form {
	padding-bottom: 100px;
}

.form-row {
	width: 50%;
	margin: auto;
	margin-bottom: 10px;
}
.form-row:after {
	display: table;
	content: " ";
	clear: both;
}

.form-row label {
	box-sizing: border-box;
	width: 50%;
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
	font-size: 20px;
}

.form-row input[type=text] {
	font-size: 20px;
	padding: 2px 4px;
}

.form-row .form-controls {
	box-sizing: border-box;
	width: 50%;
	display: block;
	float: right;
}

.secure-note {
	padding: 10px;
}
.secure-note h6 {
	margin: 0 0 .5em 0;
	font-size: 32px;
}

.secure-note .info {
	font-size: 12px;
}
