@charset "UTF-8";
/* CSS Document */

   html {
  height: 100%;
}
body {
  background: #f6cb4a; /* Old browsers */
  background: -moz-linear-gradient(top, #ccc 0%, #99cccc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#99cccc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ccc 0%,#99cccc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ccc 0%,#99cccc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ccc 0%,#99cccc 100%); /* IE10+ */
  background: linear-gradient(top, #ccc 0%,#99cccc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#99cccc',GradientType=0 ); /* IE6-9 */
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  background-position: 0px 0px;
	 font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
}
a {
	color: midnightblue;
}
#outPopUp {
  position: relative;
  width: 300px;
  margin:10% auto;
  background: white;
  box-shadow: 0px 0px 10px #888888;
  border-radius: 10px;
}
#PopUpTop {
  background: #191970; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#191970, #B0C4DE); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#191970, #B0C4DE); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#191970, #B0C4DE); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#191970, #B0C4DE); /* Standard syntax */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5%;
	
}
.loginText {
	text-align:center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: white;
	font-size: 18px;
	margin-top: 15px;
}
#PopUpBottom {
  
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.input {
	background-color:rgba(255, 255, 255, 0.5);
	border-radius:5px;
	border: none;
	width: 80%;
	padding: 10px 0px;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #555;
	font-size: 12px;
	margin-top: 15px;
}
.input2 {
	background-color:rgba(255, 255, 255, 0.5);
	border-radius:5px;
	border: none;
	width: 80%;
	padding: 10px 0px;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: white;
	font-size: 12px;
	
}
#arrow {
	z-index: 20;
	text-align:center;
}
#arrow img {
	margin-top:-40px;
}
.button {
	background-color:rgba(255, 255, 255, 0.0);
	border-radius:5px;
	border: solid thin white;
	width: 80%;
	padding: 10px 0px;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: white;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 30px;
}
ul,li {
	list-style-type:none;
}
.has-error {
	text-align:center;
}