@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 {
	background-image: linear-gradient(to bottom, #FEFEFE, #FFFFFF);
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	overflow: hidden;
}

button {
	background-image: linear-gradient(to bottom, #03A9F4, #1CB2F5);
	border: none;
	border-radius: 20px;
	color: #FFFFFF;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	margin: 30px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

button:hover {
	background-image: linear-gradient(to bottom, #0398DC, #19A0DD);
}

div#login {
	background-image: linear-gradient(to bottom, #E6E6E6, #FFFFFF);
	border: 1px solid #C6D2D9;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	height: 375px;
	left: 50%;
	margin-right: -50%;
	position: absolute;
	padding: 30px 30px 30px 30px;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 350px;
}

div#login h1 {
	color: #03A9F4;
	font-size: 28px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

div#login img#logo {
	left: calc(50% - 48px);
	margin: 0px 0px 20px 0px;
	position: relative;
}

input[type="password"], input[type="text"] {
	background-image: linear-gradient(to bottom, #03A9F4, #1CB2F5);
	border: none;
	border-radius: 20px;
	color: #FFFFFF;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
	text-align: left;
}

input:hover {
	background-image: linear-gradient(to bottom, #0398DC, #19A0DD);
}

input::placeholder {
	color: #CCCCCC;
}

label {
	display: block;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}