* {
	padding: 0;
}

#wrap {
}


#navthing {
}

h2 {
  color: #146eb4;
}

fieldset {
  border: none;
}

.content{
	z-index: 1;
	position:relative;
}
.login {
  position: absolute;
  margin-top: 25px;
  margin-left:5%;
  width: 350px;
  display: none;
}
  
.arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #8ccaeb;
  margin-left:300px;
  position: absolute;
  top: -15px;
}

.formholder {
  background: #8ccaeb ;
  width: 350px;
  border: 2px solid #8ccaeb;
  border-radius: 5px;
  padding-top: 5px;
}
.formholder input[type="email"], .formholder input[type="password"] {
  padding: 7px 5px;
  margin: 10px 0;
  width: 96%;
  display: block;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.formholder input[type="email"]:focus, .formholder input[type="password"]:focus {
  outline: none;
  box-shadow: 0 0 1px 1px #146eb4;
}
.formholder input[type="submit"] {
  background: #146eb4;
  padding: 10px;
  font-size: 20px;
  display: block;
  width: 100%;
  border: none;
  color: #fff;
  border-radius: 5px;
}
.formholder input[type="submit"]:hover {
  background: #146eb4;
}

.randompad {
  padding: 10px;
}

.green {
  color: #146eb4;
}

a:link {
  color: #146eb4;
  text-decoration: none;
}
a:visited { 
    color: #146eb4;
}
a:hover {
  color: #ff9900;
}


a:active {
    color: #ff9900;
}
