.safeArea{display:flex;flex-direction:column;min-height:100vh;background-color:#f0f2f5;font-family:Arial,sans-serif}.headerContainer{background-color:#004174;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;justify-content:center}.headerLogo{height:50px;width:auto}.container{display:flex;justify-content:center;align-items:center;flex:1;padding:2rem}.card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.title{text-align:center;color:#333;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}label{display:block;margin-bottom:.5rem;color:#666;font-weight:700}textarea,select{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;height:40.5px}button{width:100%;padding:.75rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;margin-top:1rem}button:hover{background-color:#0056b3}button:disabled{background-color:#ccc;cursor:not-allowed}.error{color:red;font-size:.875rem;margin-bottom:1rem;text-align:center}
