a.login-top {
     background: #8bc53e;
     color: #fff;
     font-size: 16px;
     text-align: center;
     padding: 3px 21px 3px 15px;
     line-height: 40px;
     text-decoration: none;
     text-transform: uppercase;
     float: right;
     margin-left:20px;
}
a.login-top:hover {
     background: #333;
     color: #fff;
}
