.login-signup {
  padding-top: 15px;
  padding-bottom: 40px !important;
  font-size: 12px;
  width: 100%;
  float: left;
  background:linear-gradient(rgba(75, 103, 130, 0.6), rgba(75, 103, 130, 0.6)), url(../images/textured-bg.png) 0 0 repeat;
  height: 100%; }
  .login-signup:after {
    content: '';
    display: block;
    height: 0;
    clear: both; }

.login-signup-container {
  max-width: 420px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  /*position:absolute;
    top:50%;
    left:0;
    right:0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);*/ }
.login-signup-container a{
	color:#ff6600;
	text-decoration:none;
	margin-top:5px;
}
.login-signup-container a:hover{
	color:#2c3e50;
}
  .login-signup-container h3 {
    margin: 0 0 10px;
    padding: 0;
    line-height: 26px; }
.login-signup-container .form-group{
	position:relative;
}
.login-signup-container .form-group i{
	position:absolute;
	top:8px;
	left:13px;
	font-size:18px;
}
.login-signup-container .form-group input{
	padding-left:35px;
}
.login-signup-container .signup-btn{
	margin-top:30px;
}
.login-signup-container .logo{
  margin-bottom:20px;
}
.login-or {
  position: relative;
  font-size: 18px;
  color: #aaa;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px; }

.span-or {
  display: block;
  position: absolute;
  left: 50%;
  top: -2px;
  margin-left: -25px;
  background-color: #fff;
  width: 50px;
  text-align: center; }
.login-signup-container a.forgotPassword{
  color:#4b6782;
  font-weight: bold;
}
.login-signup-container a.forgotPassword:hover{
  text-decoration: underline;
}
.hr-or {
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

h3 {
  text-align: center;
  line-height: 300%; }

 .errorMessage{  
	color: red;
	font-size: 0.9em;
	 
  }
  
  .flash-success{
	width:100%;
	position:fixed;
	left:0;top:0;
	border-radius:0;
	z-index:9999;
	text-align:center;
	background:rgba(24,188,156,.9);
}