/* CSS of Login- and Intro-Page (example / Beispiel)
  ---------------------------------------------------
  The values here have precedence to text- and background color of login page
  specified in administration part of bytepix.
  The page consists of 4 div-Tags: "image", "textblock", "login" and "link",
  which are enclosed by a div-Tag "pageblock".
 
  Die hier gemachten Angaben haben Vorrang vor den Angaben fuer Textfarbe
  und Hintergundfarbe im Verwaltungsteil.
  Die Seite besteht aus 4 div-Tags: "image", "textblock", "login" und "link",
  die von einem div-Tag "pageblock" umschlossen werden.
*/
body, p, a {
	font-family: 'corbel' !important;
	font-size: 1em;
	color: black;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
	text-align: center;
}
p { padding-bottom: 20px; }
a {	color: #333333; text-decoration: none; font-weight: bold; }
a:link { color: #333333; text-decoration: none; font-weight: bold; }
a:hover { color: #EE0000; text-decoration: none; font-weight: bold; }
#pageblock{ position:static; width: 410px; margin-right: auto; margin-left: auto; }
#theimage { position:relative; }
#textblock { position:relative; text-align:left; padding-top: 20px; width: 400px;}
#login { position:relative; width: 400px;}
#thelink { position:relative; text-align:center; width: 400px; padding-top: 10px;}

input.feld {
       background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='50px' width='120px'><text x='0' y='15' fill='gray' font-size='15'>Passwort</text></svg>");
       background-repeat: no-repeat;
background-position: 63% 0;
width: 75%;
    border: 0;
    border-bottom: 1px solid black;
    padding: 3px;
    border-radius: 1px;
    padding-left: 45px;
    margin-bottom: 20px;

    }

input.feld:focus {
       background-image: none;
    }

.submit{
width: unset;
    background: black;
    box-shadow: unset;
    color: white;
    text-shadow: unset;
    font-family: unset;
    padding: 5px 35px;
    font-size: 1rem;
    border: 0;
}