@charset "UTF-8";
/* CSS Document */

body{
	color: #0f0e03;
	width: 400px;
	height: 700px;
	background-color: #0f0e03!important;
}
form{
	background-color: #0f0e03;
	padding: 6%;
}
#date_input, #time_input{
	margin-bottom: 0.7em;
}
label{
	font-family: mrs-eaves,serif;
	color: #fffce7; /*Schriftfarbe der Labels*/
	opacity: 0.8;
	font-size: 108%;
	letter-spacing: 0.03em;
}

input::placeholder{
	font-family: mrs-eaves,serif;
	color: #fffce7; /*Schriftfarbe der Labels*/
}


input[type=text],input[type=email],input[type=date], input[type=time],input[type=number],input[type=tel],input, input[type=radio], textarea{
  background-color: #fffce7; /*Farbe der Eingabefelder #6b6a59*/
  color: #0f0e03; /*Farbe der Eingabe*/
  border: thin; /*Kontur*/
  border-color: #0f0e03;
}

