{{template "base.html" .}} {{define "title"}}Login{{end}} {{define "style"}} body { background-color: #f8f9fa; } .page-container { max-width: 800px; margin: 0 auto; padding: 20px; } .content-card { background-color: white; border-radius: 15px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); padding: 25px; margin-bottom: 20px; } .logo-area { text-align: center; margin-bottom: 20px; } .logo-placeholder { height: 50px; max-width: 200px; margin: 0 auto; } .progress-container { margin: 30px 0 20px; } .progress { height: 8px; } .calendar-section { margin-bottom: 30px; } .dates-container { display: flex; overflow-x: auto; gap: 10px; padding-bottom: 10px; margin-bottom: 20px; } .date-card { min-width: 110px; border: 1px solid #dee2e6; border-radius: 8px; padding: 10px; text-align: center; cursor: pointer; transition: all 0.2s; } .date-card:hover { border-color: #0d6efd; background-color: #f8f9fa; } .date-card.selected { border-color: #0d6efd; background-color: #e6f2ff; box-shadow: 0 0 0 1px #0d6efd; } .date-card .month { font-size: 0.8rem; text-transform: uppercase; color: #6c757d; font-weight: 600; } .date-card .day { font-size: 1.5rem; font-weight: 700; line-height: 1.2; } .date-card .weekday { font-size: 0.8rem; color: #6c757d; } .time-slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; margin-bottom: 20px; } .time-slot { border: 1px solid #dee2e6; border-radius: 6px; padding: 10px; text-align: center; cursor: pointer; transition: all 0.2s; } .time-slot:hover { border-color: #0d6efd; background-color: #f8f9fa; } .time-slot.selected { border-color: #0d6efd; background-color: #e6f2ff; box-shadow: 0 0 0 1px #0d6efd; } .time-slot.unavailable { background-color: #f8f9fa; color: #adb5bd; cursor: not-allowed; text-decoration: line-through; } .form-section { margin-top: 30px; padding-top: 20px; border-top: 1px solid #dee2e6; } .section-title { margin-bottom: 20px; display: flex; align-items: center; } .section-title i { margin-right: 10px; color: #0d6efd; } .selected-date-time { background-color: #e8f4f8; border-left: 4px solid #0d6efd; padding: 15px; border-radius: 5px; margin-bottom: 20px; } {{end}} {{define "content"}}
Please select a convenient date and time for our inspector to visit your property.
If you need assistance, please contact Vector Control at (555) 123-4567