.menuBar li a{text-decoration:none;outline:0;}
.error {
  width: 100%;
  display: block;
  color:red;
}
.login a,.register a{color:#1abc9c;}
.login {
  display: none;
position: absolute;
right: 280px;
top: 52px;
width: 350px;
z-index:999999;
}
.register {
  
display: none;
position: absolute;
right: 130px;
top: 52px;
width: 350px;
z-index: 999999;
}
.forgot-password {
  
 display: none;
position: absolute;
right: 220px;
top: 52px;
width: 350px;
z-index:999999;
}
.login  .arrow-up,.forgot-password .arrow-up {
  border-bottom: 15px solid #ecf0f1;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  height: 0;
  left: 89%;
  position: absolute;
  top: -10px;
  width: 0;
  display:none;
}
.register  .arrow-up {
  border-bottom: 15px solid #ecf0f1;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  height: 0;
  left: 89%;
  position: absolute;
  top: -10px;
  width: 0;
}

.formholder {
  background: #ecf0f1;
  width: 600px;
  border-radius: 5px;
  padding-top: 5px;
}
.formholder input{
  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;
}
.spmhidip{display:none !important;}
.formholder input[type="email"]:focus, .formholder input[type="password"]:focus {
  outline: none;
  box-shadow: 0 0 1px 1px #1abc9c;
}
.formholder input[type="submit"] {
  background: #1abc9c;
  padding: 10px;
  font-size: 20px;
  display: block;
  width: 100%;
  border: none;
  color: #fff;
  border-radius: 5px;
}
.formholder input[type="submit"]:hover {
  background: #1bc6a4;
}

.randompad {
  padding: 10px;
}

.green {
  color: #1abc9c;
}

a {
  color: #EE1F30;
  text-decoration: none;
}
a:hover {
  color: white;
}