a {
  color: #4b984f; }
  a:hover, a:focus {
    color: #3a763d; }

.pageTitle {
  position: relative;
  margin: 0 0 15px;
  line-height: 1; }
  .pageTitle:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background-color: #4b984f;
    position: absolute;
    left: 0;
    top: 50%; }
  .pageTitle span {
    display: inline-block;
    font-size: 25px;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    color: #4b984f; }

#btnSubmit {
  box-shadow: 0px 1px 0px 0px #a4e271;
  background-color: #89c403;
  background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
  border: 1px solid #77a809;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px #528009; }
  #btnSubmit:hover, #btnSubmit:focus, #btnSubmit:active {
    background-color: #77a809;
    background: linear-gradient(to bottom, #77a809 5%, #89c403 100%); }

.div_login_wrap {
  margin-top: 0 !important; }

/*# sourceMappingURL=login.css.map */
