/* DS Admin custom style */
.login_content table{
  width: 100%;
}

.login .container{
  width: 970px;
  text-align: center;
}

.logo_title img{
  max-width: 300px;
  margin-top: 100px;
}

.login_content .error{
  padding: 0px;
  list-style: none;
  color:red;
}

.forget_pass{
  float: right;
  margin-right: 0px;
}

#frm-forgetPassword{
	display: none;
}

#frm-forgetPassword-captcha{
	margin-bottom: 15px;
}

#frm-forgetPassword-captcha > div{
	width: 100% !important;
	margin-bottom: 15px;
}

.registration_form, .login_form{
  position: relative !important;
}

.flash.info{
  color:#000;
}
