body,html { 
	color: #FFFFFF;
	
	font-family: eurostile, sans-serif;
	font-style: normal;
	font-weight: 400;
}
	
.form-control {
	border: 0px;
	border-radius: 0px;
	background-color: rgba(120,120,120,0.8);
	color: #FFFFFF;
	height: 40px;
	font-size: 16px;
}

.input{
	font-family: eurostile, sans-serif;
	font-style: normal;
	font-weight: 400;   
}

.form-control::-webkit-input-placeholder { color: white; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: white; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: white; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: white; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: white; }  /* Microsoft Edge */

button,
button:active,
button:focus, 
button:hover,
.btn,
.btn:active, 
.btn:focus, 
.btn:hover{   
	border:none !important;
	outline:none !important;
	font-family: eurostile, sans-serif;
	font-style: normal;
	font-weight: bold; 
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #FFFFFF;
	color: #000000;
	border-radius: 0px !important;
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	height: 55px !important;
	width: 200px;
	font-family: eurostile, sans-serif;
	font-style: normal;
	font-weight: bold; 	
}

input[type=checkbox] {
	margin-left: 10px;
	margin-right: 10px;			
	transform: scale(2);
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	padding: 10px;
    background-color: #FFFFFF;
	color: #000000;	
}

a:link {
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	color: black;
}

a:active {
	color: black;
}

a.hyporange:link {
	color: orange;
}

a.hyporange:visited {
	color: orange;
}

a.hyporange:hover {
	color: orange;
}

a.hyporange:active {
	color: orange;
}

.loginform {
	line-height: 0.5;
}

.registerform {
	line-height: 0.5;
}