Welcome Back
Select your portal to continue
window.location.href='https://miranapm.com/landlord/login', 300)"
@mouseenter="!isMobile && (selectedPortal = 'landlord')"
@mouseleave="!isMobile && (selectedPortal = selectedPortal === 'landlord' ? null : selectedPortal)"
@touchstart="selectedPortal = 'landlord'"
@touchend="setTimeout(() => selectedPortal = null, 300)"
class="group relative cursor-pointer transform transition-all duration-300 hover:scale-[1.02] active:scale-[0.98] h-full"
:class="{ 'scale-[1.02]': selectedPortal === 'landlord' && !isMobile }"
>
Landlord Portal
Manage your properties
- Property Management
- Financial Reports
- Maintenance Tracking
Access Portal
window.location.href='https://miranapm.com/resident/choose-building', 300)"
@mouseenter="!isMobile && (selectedPortal = 'resident')"
@mouseleave="!isMobile && (selectedPortal = selectedPortal === 'resident' ? null : selectedPortal)"
@touchstart="selectedPortal = 'resident'"
@touchend="setTimeout(() => selectedPortal = null, 300)"
class="group relative cursor-pointer transform transition-all duration-300 hover:scale-[1.02] active:scale-[0.98] h-full"
:class="{ 'scale-[1.02]': selectedPortal === 'resident' && !isMobile }"
>
Resident Portal
Access your rental info
- View Invoices
- Make Payments
- Maintenance Requests
Access Portal
Need help accessing your account?
Redirecting to your portal...