@font-face {
  font-family: 'Lato';
  src: URL('/fonts/Lato/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'Lato', sans-serif;
	color: #fff;
	background-color: #000;
}

body a {
	color: #7d7d7d;
	text-decoration: none;
}

.table-dark {
	background-color: transparent;
}

.bg-weltskies {
	background-image: url("/img/login.jpg");
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-yn8 {
	background-image: url("/img/kekse/bg_wh.png");
	background-color: #222423;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: none !important;
}

.form-control-weltskies {
	border-radius: 40px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid transparent;
	color: #fff;
}

.form-control-weltskies:focus {
	border-radius: 40px;
	background: rgba(255, 255, 255, 0.35);
	border: 1px solid transparent;
	color: #fff;
}

.btn-weltskies {
	border-radius: 40px;
	background: #C0C0C0 !important;
	border: 1px solid #C0C0C0 !important;
	color: #000;
}

.alert-weltskies {
	border-radius: 40px;
	background: rgba(255, 255, 255, 0.35);
	border: 1px solid transparent;
	color: #000;
}
