@font-face { font-family: "OpenSans-Light"; src: url('../fonts/OpenSans-Light.ttf'); }
@font-face { font-family: "OpenSans-Regular"; src: url('../fonts/OpenSans-Regular.ttf'); }
@font-face { font-family: "Oswald-Regular"; src: url('../fonts/Oswald-Regular.ttf'); }

body {
	background-image: url(/sources/vote/BACKGROUND/background.png);
	height: 1080px;
    background-size: cover;
    background-position: center;
	margin: 0;
	padding: 0;
	 -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
}
::-webkit-scrollbar {
    width: 0px;
}
@font-face {
    font-family: valdemar;
    src: url(/sources/store/afterlogin/valdemar.ttf);
  }
#bgchange {
  margin-top: 0px !important; /* or whatever looks right */
}
@media (min-width: 1200px) {
  .container {
    margin-top: 10vh !important; /* about 10% of screen height */
  }
}
.hellotxt{
	-webkit-text-stroke: 0.2px white;
    margin-top: 0;
    text-align: center;
    font-family: valdemar;
    color: #4e025c;
    font-size: 290%;
    text-shadow: 0 0 10px #bf3cf7;
	position: relative;
    top: 100px;
    left: 166px;
}
.box {
	width: 1022px;
	height: 384px;
	background-image: url(/sources/vote/bflogin/BOX.png);
	background-position: center;
	background-size: contain;
	margin-top: 100px;
	min-height: 200px;
	border-radius: 5px;
	padding: 20px;
	padding-bottom:40px;
	color: #000;
}

.box2 {
	background-color:#211c18;
	border-radius: 5px;
	padding: 5px;
}

.header-text {
	height: 100px;
}
h1.header {
	font-family: "Oswald-Regular";
	font-size: 60px;
	text-transform: uppercase;
	color:#FFF;
}
h1.header .left {
	color: #FFF;
	background-color:#FFF;
	padding-left: 10px;
	padding-right:10px;
	border: solid 1px black;
}
h1.header .right {
	color: #FFF;
	background-color:black;
	padding-left: 10px;
	padding-right:10px;
	border: solid 1px black;
}
:focus-visible{
	outline: none;
}
form.vote {
	width:420px;
	margin:auto;
	margin-top: 200px;
}
input.error {
	border: solid 1px red;
}
@font-face {
    font-family: arthilla;
    src: url(/sources/EVENT/ARTHILA.ttf);
  }
.site {
	font-family: arthilla;
	font-size: 27px;
	color: white;
	background-image: url(/sources/vote/aflogin/voteempty.png);
	margin-top: 146px;
	transition: all .3s ease-in-out;
    margin-right: 20px;
    height: 47px;
    width: 218px;
	border-color: transparent!important;
}
.site2 {
    font-family: arthilla;
    font-size: 27px;
    color: white;
    background-image: url(/sources/vote/aflogin/voteempty.png);
    margin-top: 20px;
    transition: all .3s 
ease-in-out;
    margin-right: 20px;
    height: 47px;
    width: 218px;
    border-color: transparent !important;
}
.footer {
	margin-top: 20px;
	color:#444;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}
