:root {
  --color-primary: #115e59;
  --color-secondary: #042f2e;
  --color-tertiary: #14b8a6;
  --dark-50: #060606;
  --dark-100: #171717;
  --dark-200: #262626;
  --dark-300: #404040;
  --dark-400: #525252;
  --dark-500: #737373;
  --dark-600: #a3a3a3;
  --dark-700: #d4d4d4;
  --dark-800: #e5e5e5;
  --dark-900: #f5f5f5;
  --light-50: #fafafa;
  --light-100: #f5f5f5;
  --light-200: #e5e5e5;
  --light-300: #d4d4d4;
  --light-400: #a3a3a3;
  --light-500: #737373;
  --light-600: #525252;
  --light-700: #404040;
  --light-800: #262626;
  --light-900: #171717;
}

#core_login_heading::after {
  content: 'Simplifying on-demand transport'
}

#core_login_blurb::after {
  content: 'We are dedicated to making on-demand transportation simple and hassle-free. We value your time so we created a door-to-door delivery service that is designed with your convenience in mind.'
}

#driver_register_heading::after {
  content: 'Join our network of professional drivers'
}

#driver_register_blurb::after {
  content: 'Start earning with Flexeo by registering as a driver. We offer competitive rates, flexible schedules, and a supportive community.'
}