@import url("https://fonts.googleapis.com/css?family=Open+Sans");

@keyframes pulsate-fwd {
	0% {
		transform: scale(1.0);
	}
	50% {
		transform: scale(0.8);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes kenburns-right {
	0% {
		transform: scale(1) translate(0, 0);
		transform-origin: 84% 50%;
	}
	50% {
		transform: scale(1.25) translateX(20px);
		transform-origin: right;
	}
	100% {
		transform: scale(1) translate(0, 0);
		transform-origin: 84% 50%;
	}
}

.blocker {
	background-color: rgba(0,0,0,0.1) !important;
}

.modal {
	background-image: linear-gradient(to bottom, #911C20, #B62428) !important;
	color: #000000 !important;
	font-weight: bold !important;
	line-height: 20px! important;
	opacity: 0.9 !important;
	padding: 30px !important;
	text-align: center !important;
}

b {
	font-weight: bold;
}

body {
	background-image: linear-gradient(to bottom, #DBDBDB, #FFFFFF);
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	overflow: hidden;
}

button {
	background-image: linear-gradient(to bottom, #B62428, #C44F53);
	border: 1px solid #000000;
	border-radius: 15px;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	margin: 15px 0px 0px 150px;
	padding: 5px 5px 5px 5px;
}

button:hover {
	background-image: linear-gradient(to bottom, #93272D, #A85256);
}

div#leftcontainer {
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0%;
	text-align: center;
	width: 75%;
}

div#leftcontainer div#background {
	animation: kenburns-right 20s ease-out infinite both;
	background-image: linear-gradient(to bottom, #DBDBDB, #FFFFFF);
	background-position: center center;
	background-size: cover;
	height: 100%;
	transition: background 1.5s linear;
	width: 100%;
}

div#leftcontainer div#overlay {
	background-image: linear-gradient(rgba(182, 36, 40, 0.5), rgba(196, 79, 83, 0.5));
	bottom: 0;
	height: 100%;
	position: absolute;
	width: 100%;
}

div#rightcontainer {
	background-image: linear-gradient(to bottom, #FFFFFF, #F6F6F6);
	height: 100%;
	position: absolute;
	right: 0%;
	text-align: center;
	width: 25%;
}

div#rightcontainer h1 {
	font-size: 48px;
	font-weight: bold;
	margin: 10px 0px 10px 40px;
	text-align: left;
}

div#rightcontainer h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 50px 70px;
	text-align: left;
}

div#rightcontainer img#cyclists {
	bottom: 0;
	height: 150px;
	position: absolute;
	right: 0;
}

div#rightcontainer img#logo {
	height: 200px;
	margin: 60px auto 50px auto;
}

img#preloader {
	animation: pulsate-fwd 1.5s linear infinite;
	left: 50%;
	margin: -100px 0px 0px -100px;
	position: absolute;
	top: 50%;
}

input[type='password'], input[type='text'] {
	background-image: linear-gradient(to bottom, #B62428, #C44F53);
	border: 1px solid #000000;
	border-radius: 15px;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	height: 35px;
	margin: 20px 0px 0px 0px;
	padding: 5px 20px 5px 20px;
	text-align: left;
}

input:hover {
	background-image: linear-gradient(to bottom, #93272D, #A85256);
}

input::placeholder {
	color: #CCCCCC;
}

table#modal_content a {
	color: #FFFFFF;
	text-decoration: none;
}

table#modal_content a:hover {
	text-decoration: none;
}

table#modal_content td {
	text-align: center;
	vertical-align: bottom;
}

table#modal_content td div {
	background-image: linear-gradient(to bottom, #B62428, #C44F53);
	border-radius: 20px;
	margin: 0px auto 0px auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
	width: 70%;
}

table#modal_content td div:hover {
	background-image: linear-gradient(to bottom, #93272D, #A85256);
}

table#modal_content td div img {
	width: 100%;
}

table#modal_content td div p {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin: 20px auto 10px auto;
}