/* ----------------------------------------------------------
 file: internal.css

 Styles of internal area login.

 last update: 05.02.16 by Patricia Engelskirchen
 ---------------------------------------------------------- */


/* ******************************************************
	Sections and divs. */
 
article section.kform {
}
 
div.kform {
	position: inline; 
	width: 98%; 
	min-height: 133px; 
	margin-right: 10px; 
	margin-bottom: 20px;
	padding: 1%; 
	overflow: hidden; 
	background-color: rgb(217, 217, 217); 
}

article div.twocolumns {
	width: 98%;
	overflow: hidden;
	background-color: rgb(217, 217, 217);
	padding-left: 10px; padding-right: 10px; padding-top: 20px;
}

article div.twocolumns div.first {
	display: inline-block; 
	margin-right: 20px; 
	float: left;
}

article div.twocolumns div.second {
	display: inline-block; 
	width: 400px; 
	float: left;
}

@media screen and (max-width: 650px) {
	.minor {
		display: none;
		width: 0;
		height: 0;
	}
}

article div.lostcredentials {
	border-left: 2px dotted black;
	margin-left: 5px;
	margin-top: 40px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
}

/* ******************************************************
	Form elements. */

div.kform input[type='text'], 
div.kform input[type='email'], 
div.kform textarea {
	color: black;
	background-color: white;
	border: 1px dotted rgb(217, 217, 217);
	height: 30px;
	width: 98%;
	font-size: 12pt;
	vertical-align: middle;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}

div.kform textarea {
	height: 230px;
}

input[type='submit'] {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url("/pic/v3/bt_play.png");
	padding-left: 20px;
	margin-top: 20px;
}


