:root {
  --color-01: #0b2546;
  --color-02: #B9CCF3;
  --color-03: #03101E;
}

a {
  color: #fff;
}

.profile-pic {
  max-width: 65px;
}

.bg-success {
    background-color: #62c462;
}

.desktop-menu {
  background-color: #b9ccf3;
}

#pex-dashboard-main {
	#tenancies-link .col-sm-12 {
		padding: 0;
	}
	.panel-tenancy {
		padding: 0;
	}
	.col-lg-5 {
		width: 60%;
	}
}

@media (max-width: 768px) {
  .user-profile {
    margin-top: 15px;
  }
}
