/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
body {
  padding-top: 50px;
  padding-bottom: 40px; }

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%; }

.login-div {
  margin-top: 30px;
  margin-bottom: 50px;
  width: fit-content; }

.become-btn {
  padding: 10px 35px;
  border: 1px solid;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  background: #593076;
  border-color: #593076;
  color: #fff;
  text-decoration: none; }

.become-btn:hover {
  color: white;
  filter: brightness(115%); }

.background-light > a {
  color: #49b0a5 !important; }
