.background-lGreen {
  background-color: #2ecc71;
  color: white; }
  .background-lGreen:hover {
    background-color: #39e683;
    color: #eee; }

.pointer {
  cursor: pointer; }

.invalid-email-or-password {
  color: #ff5a5f;
  display: none; }

.top-header {
  background: #464444;
  width: 90%;
  height: 45px;
  padding-left: 50px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 50px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3); }

.example-pms-logo {
  display: flex;
  height: 100%;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px; }

.main-logo {
  display: flex; }

.main-logo img {
  width: 100%; }
