/* Allgemeine Einstellungen */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #FFF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #FFF;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #FFF;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #FFF;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #FFF;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input:focus{
    outline: none;
}

option {
	background-color: #FFF;
	color: black;
}


body td{
	font-size: 16px;
}

/* Registrierungsformular */

#tbl_register td{
	font-weight: bold;
}
.option{
	border-color: white;
	border-style: solid;
	border-width: 3px;
	color: white;
	font-size: 14px;
	background-color: rgba(255,255,255,0);
	height: 29px;
}

.btn_form_register{
	border-color: white;
	border-style: solid;
	border-width: 3px;
	color: white;
	font-size: 14px;
	background-color: rgba(255,255,255,0);
	height: 29px;
}

/* Loginfenster Scripay */
.input_login{
	border-color: white;
	border-style: solid;
	border-width: 2px;
	color: white;
	font-size: 14px;
	background-color: rgba(255,255,255,0);
	height: 25px;
}
#font_login_text_bottom {
	font-size: 12px;
}

/* Passwort vergessen */

.input_email{
	height: auto;
	width: 370px;
	border-color: white;
	border-style: solid;
	border-width: 3px;
	color: white;
	font-size: 16px;
	background-color: rgba(255,255,255,0);
	padding-top: 4px;
	padding-bottom: 4px;
}

.input_pw{
	height: auto;
	width: 215px;
	border-color: white;
	border-style: solid;
	border-width: 3px;
	color: white;
	font-size: 16px;
	background-color: rgba(255,255,255,0);
	padding-top: 4px;
	padding-bottom: 4px;
}