@import url("https://fonts.googleapis.com/css?family=Open+Sans");

.blocker {
	z-index: 7;
}

.modal {
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

body {
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	overflow: hidden;
}

button {
	background-image: linear-gradient(to bottom, #E3002B, #E3002B);
	border: none;
	border-radius: 20px;
	color: #FFFFFF;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	margin: 30px 0 0 0;
	padding: 5px 0 5px 0;
}

button:hover {
	background-image: linear-gradient(to bottom, #B50022, #B50022);
}

div#background {
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
}

div#background video {
	bottom: 0;
	min-height: 100%;
	min-width: 100%;
	opacity: 0.5;
	position: fixed;
	right: 0;
	transform: translateX(calc((100% - 100vw) / 2));
}

div#login {
	background-image: linear-gradient(to bottom, #E6E6E6, #FFFFFF);
	border: 1px solid #C6D2D9;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	height: 420px;
	left: 50%;
	margin-right: -50%;
	position: absolute;
	padding: 30px 30px 30px 30px;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
}

div#login h1 {
	color: #E3002B;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 30px 0;
}

div#login h1 span {
	color: #4B4F54;
}

div#login img#logo {
	height: 100px;
	left: calc(50% - 50px);
	margin: 0 0 20px 0;
	position: relative;
}

div#login label {
	color: #666666;
	display: block;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

div#login p {
	font-weight: bold;
	margin-top: 30px;
	text-align: center;
}

input[type="password"], input[type="text"] {
	background-image: linear-gradient(to bottom, #E3002B, #E3002B);
	border: none;
	border-radius: 20px;
	color: #FFFFFF;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 15px 10px 15px;
	text-align: left;
}

input:hover {
	background-image: linear-gradient(to bottom, #B50022, #B50022);
}

input::placeholder {
	color: #F6B2BF;
}