/*Theme Start*/
:root {
--accent-color: #16ab03;
--accent-background-secondary: #E8F5E9;
--background-primary: #ffffff;
--background-secondary: #f8f9fa;
--text-primary: #222222;
--text-secondary: #fafafa;
}

html[data-theme="dark"] {
--accent-color: #16ab03;
--accent-background-secondary: #282C34;
--background-primary: #1e1e1e;
--background-secondary: #282C34;
--text-primary: #e8eaed;
--text-secondary: #e0e0e0;
}
/*Theme End*/

.auth-section .auth-form-section .auth-form-container .logo {
  width: auto;
  height: 6rem;
}