<script> let rediUrl = "" if(window.location.href.toLowerCase().includes("os_destination")){ rediUrl = window.location.href.split("os_destination=")[1] } else { rediUrl = "/dashboard.action" } </script>
<style> .main-container { min-height: calc(100vh - 50px); background-repeat: no-repeat; background-size: cover; } div#toggle { display: none; } </style>