@font-face {font-family: "Roboto"; src: local("Roboto"), url("roboto.ttf"); }
@font-face {font-family: "RobotoBold"; src: local("Roboto-bold"),url("roboto-bold.ttf"); }


.login-header {
width:100%;
height:45px;
background:#FFB90F;
font-family: Roboto, sans-serif, Arial, Verdana;
font-size:15px;
color:#fff;
text-align:center;
border:0px;
}

input {
width:99%;
height:38px;
font-family: Roboto, sans-serif, Arial, Verdana;
font-size:15px;
background-color:#fff;
color:#868e96;
border:1px solid #868e96;
}

input[name="login"] {
width:100%;
height:38px;
font-family: Roboto, sans-serif, Arial, Verdana;
font-size:15px;
background-color:#FFB90F;
color:#fff;
border:0px;
}

input[name="signup"] {
width:100%;
height:38px;
font-family: Roboto, sans-serif, Arial, Verdana;
font-size:15px;
background-color:#868e96;
color:#fff;
border:0px;
}

input[name="pointer"] {
width:100%;
height:38px;
font-family: Roboto, sans-serif, Arial, Verdana;
font-size:15px;
background-color:#00CD66;
color:#fff;
border:0px;
}

select {
height:40px;
font-family: Roboto, sans-serif, Arial, Verdana;
font-size:15px;
background-color:#fff;
color:#868e96;
border:1px solid #868e96;
}

input[type="checkbox"] {
width:20px;
height:20px;
font-family: Roboto, sans-serif, Arial, Verdana;
font-size:15px;
vertical-align: middle;
background-color:#fff;
color:#868e96;
border:1px solid #868e96;
}

span.rechtshinweise {
font-family: Roboto, sans-serif, Arial, Verdana;
font-size:13px;
vertical-align: middle;
color:#868e96;
}

span.rechtstext {
font-family: Roboto, sans-serif, Arial, Verdana;
font-size:13px;
color:#868e96;
}

a.rechtshinweise {
text-decoration:none;
font-family: Roboto, sans-serif, Arial, Verdana;
font-size:13px;
color:#FFB90F;
}

a.rechtshinweise:hover {
text-decoration:none;
font-family: Roboto, sans-serif, Arial, Verdana;
font-size:13px;
color:#FFB90F;
}

a.rechtshinweise:link {
text-decoration:none;
font-family: Roboto, sans-serif, Arial, Verdana;
font-size:13px;
color:#FFB90F;
}

a.forgot {
text-decoration:none;
font-family: Roboto, sans-serif, Arial, Verdana;
font-size:15px;
color:#868e96;
}

a.forgot:hover {
text-decoration:none;
font-family: Roboto, sans-serif, Arial, Verdana;
font-size:15px;
color:#868e96;
}

a.forgot:link {
text-decoration:none;
font-family: Roboto, sans-serif, Arial, Verdana;
font-size:15px;
color:#868e96;
}

