@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
html, body
{
    height: 100%;
    width: 100%;
}
body {
	background-color: #2d2d2d;
	font-family: Calibri, Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #cdcdcd;
	text-align: left;
	font-weight:normal; 
}
a img {
	border:none;
}
a  {
	color: #689edc;
}
a:hover  {
	text-decoration:none;
}
ul {
	list-style-image: url(images/li.png);
}
hr {
	background: #42484b;
	border: none;
	height: 1px;
}

.header {
	margin: auto;
	text-align:center;
	width: 100%;
	padding: 20px 0;
}
.input {
	background-color: #656565;
	margin: 10px 0 20px 0;
	height: 50px;
	width: 100%;
	color:	#ffffff;
	border:none;
   -moz-box-shadow:    inset 0 0 10px #343434;
   -webkit-box-shadow: inset 0 0 10px #343434;
   box-shadow:         inset 0 0 10px #343434;
   padding: 0px 10px;
   font-size: 18px;
   line-height: 40px;
}
.input:hover {
	-moz-box-shadow:    inset 0 0 10px #004168;
   -webkit-box-shadow: inset 0 0 10px #004168;
   box-shadow:         inset 0 0 10px #004168;
}
.btn {
	background-color: #0079c1;
    background: -webkit-radial-gradient(#689edc, #0d6093) ;
    background:    -moz-radial-gradient(#689edc, #0d6093) ;
    background:     -ms-radial-gradient(#689edc, #0d6093) ;
    background:      -o-radial-gradient(#689edc, #0d6093) ;
    background:         radial-gradient(#689edc, #0d6093) ;
	margin: 10px 0px 0px 0px;
	height: 50px;
	width: 70%;
	color:	#f0f0f0;
  	padding: 0px 10px;
	border:none;
  
   font-size: 18px;
   line-height: 40px;
   cursor: pointer;
}
.btn:hover {
	-moz-box-shadow:    inset 0 0 10px #004168;
   -webkit-box-shadow: inset 0 0 10px #004168;
   box-shadow:         inset 0 0 10px #004168;
   color: #e1eff8;
}
.form-bg {
	margin: auto;
	width: 40%;
}
span {
	color: #689edc;
	font-size: 24px;
}
p {
	color: #ffa800;
	font-size: 24px;
	font-weight:bold;
}
@media screen and (max-width: 950px) {
	.form-bg {
	margin: auto;
	width: 90%;
}
.input {
	width: 94%;
}	
}