@charset "utf-8";
html, body, div, span, table, a,
ul, li, input, textarea {
	font-family: Calibri, Ubuntu, Tahoma, LucidaGrande;
}
div,a,from,input,label {
	z-index: 5;
}
body {
	background: #fcfcfe;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
h1 {
    padding: 0 0 0 2px;
	margin: 0 0 10px 0;
    font-size: 18px;
    color: #1a181c;
    font-weight: 400;
}
#form {
	position: absolute;
	z-index: 2;
	top: 30px;
    left: 50%;
    width: 500px;
    margin: 0 0 0 -250px;
    background: #fcfcfe;
	border: 3px solid rgb(50, 43, 118);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#form .container {
	font-size: 14px;
	position: relative;
}
#form .error {
	text-align: center;
	font-size: 16px;
	margin: 0 0 20px 0;
	line-height: 1;
	color: #d24726;
	display: none;
	cursor: pointer;
}
input {
	margin: 0 0px 10px;
    width: 100%;
    font-size: 16px;
    height: 40px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid rgb(50, 43, 118);

    color: #1a181c;
	display: block;
}
#btn-enter {
	display: inline-block;
	vertical-align: top;
    width: 300px;
    text-decoration: none;
    color: #1a181c;
    font-size: 16px;
    text-align: center;
	padding: 2px 0 3px;
	margin: 0 -300px 0 0;
    border: 2px solid rgb(0, 158, 226);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
#btn-enter:hover {
	color: #fcfcfe;
	background: rgb(0, 158, 226);
}
#guest,
#rally_guest {
	display: inline-block;
    vertical-align: top;
    width: 100%;
    cursor: defaul;
    font-size: 14px;
    text-decoration: none;
    color: #1a181c;
    text-align: center;
    padding: 0 0 0 310px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
#guest.disabled {
	opacity: 0.2;
	cursor: default;
}
#guest label,
#rally_guest label {
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 3px 0 4px;
    border: 2px solid rgb(0, 158, 226);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#guest:hover label,
#rally_guest:hover label{
	color: #fcfcfe;
	background: rgb(0, 158, 226);
}
#guest.disabled:hover label {
	color: #1a181c;
	background: none;
	cursor: default;
}
#footer {
	width: 100%;
    position: fixed;
    bottom: 0;
    left: 0px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    color: #1a181c;
    background: #fcfcfe;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .logo {
	width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}
#footer .title {
	padding: 5px 0;
    display: inline-block;
}
div.bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
div.img_container {
	height: 100%;
	overflow: hidden;
	display: inline-block;
}
div.bg img {
	width: 100%;
	height: auto;
	border: none;
	position: absolute;
    bottom: 25px;
	left: 0;
}
@media screen and (max-device-width: 960px) {
	
}
@media screen and (max-device-width: 650px) {
	
}
@media screen and (max-device-width: 480px) and (orientation: portrait) {
	
}
@media screen and (max-device-width: 480px) and (orientation: landscape) {
	
}